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?
optionalzOrderLevelButtonsEnabled?:boolean
Enables the Level up and Level down buttons in the Top toolbar. The default value is false.
zOrderSendToButtonsEnabled?
optionalzOrderSendToButtonsEnabled?:boolean
Enables the Send to front and Send to bottom buttons in the Top toolbar. The default value is false.