SolidColor
[ Interface ]
export interface SolidColor {
color: string;
}
Properties
Name | Type | Description |
---|---|---|
color | Definition of the color (see CSS definition) |
Schema: tchmi:framework#/definitions/SolidColor
Available from 1.8 |
[ Interface ]
export interface SolidColor {
color: string;
}
Name | Type | Description |
---|---|---|
color | Definition of the color (see CSS definition) |
Schema: tchmi:framework#/definitions/SolidColor
Available from 1.8 |