Marker

[ Interface ]

export interface Marker {
    color: TcHmi.SolidColor;
    label: string;
    value: number;
}

Properties

Name

Type

Description

color

TcHmi.SolidColor

Color of the marker

label

string

Text of the marker

value

number

Value of the Maker

See also

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.GaugeMarkerDefinitionList

Marker 1:

Available since version 1.14.3