SolidColor

[ Interface ]

export interface SolidColor {
    color: string;
}

Properties

Name

Type

Description

color

string

Definition of the color (see CSS definition)

Schema: tchmi:framework#/definitions/SolidColor

SolidColor 1:

Available from 1.8