RadioState

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

Schema: tchmi:framework#/definitions/ToggleState

Attribute getter

public getRadioState(): TcHmi.ToggleState;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

TcHmi.ToggleState

The current value of the attribute.

Attribute setter

public setRadioState(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.

RadioState 1:

Available from version 1.12