StopPoint
[ Interface ]
export interface StopPoint {
color: string;
stop?: string;
}
Properties
Name | Type | Description |
---|---|---|
color | Definition of the color (see CSS definition) | |
stop [optional] | Length designation for a stop point (e.g. '60%') |
Schema: tchmi:framework#/definitions/LinearGradientColor
Available from 1.8 |