ToggleState

Internal state of the control. This can be Normal or Active.

Schema: tchmi:framework#/definitions/ToggleState

Attribute getter

public getToggleState(): TcHmi.ToggleState | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

TcHmi.ToggleState, undefined

The current value of the attribute.

Attribute setter

public setToggleState(valueNew: TcHmi.ToggleState | null): void;

Parameter

Name

Type

Description

valueNew

TcHmi.ToggleState, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

ToggleState 1:

Available from 1.8