Back to Website
Show / Hide Table of Contents

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 false.

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 false.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback