StopPoint
[ Schnittstelle ]
export interface StopPoint {
color: string;
stop?: string;
}
Eigenschaften
Name | Typ | Beschreibung |
---|---|---|
color | Definition der Farbe (siehe CSS Definition) | |
stop [optional] | Längenbezeichnung für einen Stoppunkt (beispielsweise '60%') |
Schema: tchmi:framework#/definitions/LinearGradientColor
Verfügbar ab Version 1.8 |