controlBehaviour
[ Schnittstelle ]
interface controlBehaviour {
controlType: string;
controlID: string;
displayOption: 'full' | 'icons' | 'burger_top' | 'burger_bottom';
}Eigenschaften
Name | Typ | Beschreibung |
|---|---|---|
controlType | Der Typ des Controls | |
controlID | Die eindeutige ID des Controls | |
displayOption | 'full', 'icons', 'burger_top', 'burger_bottom' | Die verfügbaren Anzeigeoptionen |
![]() | Verfügbar ab Version 1.12.750 |
