controlBehavior
[ Interface ]
interface controlBehaviour {
controlType: string;
controlID: string;
displayOption: 'full' | 'icons' | 'burger_top' | 'burger_bottom';
}Properties
Name | Type | Description |
|---|---|---|
controlType | Type of the control. | |
controlID | The unique ID of the control | |
displayOption | 'full', 'icons', 'burger_top', 'burger_bottom' | The available display options |
![]() | Available from version 1.12.750 |
