Skip to main content

Interface: IZOrderConfig

A structure containing the configuration of the z-order control.

Remarks

ITopToolbarConfig uses this structure.

Example

configuration = {
widgets: {
TopToolbar: {
displayZOrderButtonsAsDropdown: true,
zOrder: {
zOrderLevelButtonsEnabled: true,
zOrderSendToButtonsEnabled: true,
},
},
},
};

Properties

zOrderLevelButtonsEnabled?

optional zOrderLevelButtonsEnabled?: boolean

Enables the Level up and Level down buttons in the Top toolbar. The default value is false.


zOrderSendToButtonsEnabled?

optional zOrderSendToButtonsEnabled?: boolean

Enables the Send to front and Send to bottom buttons in the Top toolbar. The default value is false.

Was this page helpful?