ActiveColor

The color as a status indicator for the active state of the control.

Schema: tchmi:framework#/definitions/SolidColor

Attribute getter

public getActiveColor(): SolidColor | null | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

SolidColor, null, undefined

The current value of the attribute.

Attribute setter

public setActiveColor(valueNew: SolidColor | null): void;

Parameter

Name

Type

Description

valueNew

SolidColor, 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.

ActiveColor 1:

Available since version 1.14.3