StopPoint

[ Interface ]

export interface StopPoint {
    color: string;
    stop?: string;
}

Properties

Name

Type

Description

color

string

Definition of the color (see CSS definition)

stop [optional]

string

Length designation for a stop point (e.g. '60%')

Schema: tchmi:framework#/definitions/LinearGradientColor

StopPoint 1:

Available from 1.8