controlBehaviour

[ Schnittstelle ]

interface controlBehaviour {
    controlType: string;
    controlID: string;
    displayOption: 'full' | 'icons' | 'burger_top' | 'burger_bottom';
}

Eigenschaften

Name

Typ

Beschreibung

controlType

string

Der Typ des Controls

controlID

string

Die eindeutige ID des Controls

displayOption

'full', 'icons', 'burger_top', 'burger_bottom'

Die verfügbaren Anzeigeoptionen

controlBehaviour 1:

Verfügbar ab Version 1.12.750