Buttons

Array of buttons that are available in the footer of the popup.

Schema: tchmi:framework#/definitions/TcHmi.Controls.System.TcHmiPopup.ButtonList

Attribute getter

public getButtons(): Button[] | null | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

Button[], null, undefined

The current value of the attribute.

Attribute setter

public setButtons(valueNew: Button[] | null): void;

Parameter

Name

Type

Description

valueNew

Button[], 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.

Buttons 1:

Available since version 1.12.760