FallbackBackgroundColor

The background color is displayed if the status is not defined in the status list.

Schema: tchmi:framework#/definitions/Color

Attribute getter

public getFallbackBackgroundColor(): TcHmi.Color | null | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

TcHmi.Color, null, undefined

The current value of the attribute.

Attribute setter

public setFallbackBackgroundColor(valueNew: TcHmi.Color | null): void;

Parameter

Name

Type

Description

valueNew

TcHmi.Color, 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.

FallbackBackgroundColor 1:

Available since version 1.14.4.1