Interface IZOrderConfig
A structure containing the configuration of the z-order control.
Package: @aurigma/design-editor-iframe
Remarks
ITopToolbarConfig uses this structure.
Examples
configuration = {
widgets: {
TopToolbar: {
displayZOrderButtonsAsDropdown: true,
zOrder: {
zOrderLevelButtonsEnabled: true,
zOrderSendToButtonsEnabled: true
}
}
}
};
Properties
zOrderLevelButtonsEnabled
Enables the **Level up** and **Level down** buttons in the Top toolbar. The default value is false.
Declaration
zOrderLevelButtonsEnabled?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean | Enables the **Level up** and **Level down** buttons in the Top toolbar. The default value is |
zOrderSendToButtonsEnabled
Enables the **Send to front** and **Send to bottom** buttons in the Top toolbar. The default value is false.
Declaration
zOrderSendToButtonsEnabled?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean | Enables the **Send to front** and **Send to bottom** buttons in the Top toolbar. The default value is |