SolidColor
[ Schnittstelle ]
export interface SolidColor {
color: string;
}
Eigenschaften
Name | Typ | Beschreibung |
---|---|---|
color | Definition der Farbe (siehe CSS Definition) |
Schema: tchmi:framework#/definitions/SolidColor
Verfügbar ab Version 1.8 |
[ Schnittstelle ]
export interface SolidColor {
color: string;
}
Name | Typ | Beschreibung |
---|---|---|
color | Definition der Farbe (siehe CSS Definition) |
Schema: tchmi:framework#/definitions/SolidColor
Verfügbar ab Version 1.8 |