Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

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?