Range
[ Interface ]
export interface Range {
color: TcHmi.SolidColor;
start: number;
end: number;
}
Properties
Name | Type | Description |
---|---|---|
color | Color of this entry | |
start | Starting value for this color range | |
end | End value for this color range |
See also
Schema: tchmi:framework#/definitions/GaugeRangeDefinitionList
Available from 1.8 |