controlBehavior

[ Interface ]

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

Properties

Name

Type

Description

controlType

string

Type of the control.

controlID

string

The unique ID of the control

displayOption

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

The available display options

controlBehavior 1:

Available from version 1.12.750