Buttons
Array von Buttons, die im Footer des Popups verfügbar sind.
Schema: tchmi:framework#/definitions/TcHmi.Controls.System.TcHmiPopup.ButtonList
Attribut-Getter
public getButtons(): Button[] | null | undefined;Parameter
Name | Typ | Beschreibung |
|---|---|---|
- | - | - |
Rückgabewert
Typ | Beschreibung |
|---|---|
Der aktuelle Wert des Attributs. |
Attribut-Setter
public setButtons(valueNew: Button[] | null): void;Parameter
Name | Typ | Beschreibung |
|---|---|---|
valueNew | Der neue Wert des Attributs. Wird null übergeben, so wirkt der interne Standardwert. |
Rückgabewert
Typ | Beschreibung |
|---|---|
void | Kein Rückgabewert. |
![]() | Verfügbar ab Version 1.12.760 |
