Back to Website
Show / Hide Table of Contents

Interface IItemMenuConfig

A structure defining commands in the Item menu.

Package: @aurigma/design-editor-iframe
Examples
configuration = {
   widgets: {
       ItemMenu: {
           verticalAlignmentEnabled: false,
           horizontalAlignmentEnabled: false,
           renameEnabled: true
       }
   }
};

Properties

changeZOrderEnabled

Enables changing Z-order of items. The default value is true.

Declaration
changeZOrderEnabled?: boolean;
Property Value
Type Description
boolean

Enables changing Z-order of items. The default value is true.

cloneItemsEnabled

Enables cloning items in a product. The default value is true.

Declaration
cloneItemsEnabled?: boolean;
Property Value
Type Description
boolean

Enables cloning items in a product. The default value is true.

groupItemsEnabled

Enables grouping items. The default value is true.

Declaration
groupItemsEnabled?: boolean;
Property Value
Type Description
boolean

Enables grouping items. The default value is true.

horizontalAlignmentEnabled

Enables horizontal alignment of items to the safe area and group alignment (to select several items use Ctrl). The default value is true.

Declaration
horizontalAlignmentEnabled?: boolean;
Property Value
Type Description
boolean

Enables horizontal alignment of items to the safe area and group alignment (to select several items use Ctrl). The default value is true.

objectManipulationEnabled

Enables deleting and cloning items in a product. The default value is true.

Declaration
objectManipulationEnabled?: boolean;
Property Value
Type Description
boolean

Enables deleting and cloning items in a product. The default value is true.

renameEnabled

Enables renaming items. The default value is false.

Declaration
renameEnabled?: boolean;
Property Value
Type Description
boolean

Enables renaming items. The default value is false.

verticalAlignmentEnabled

Enables vertical alignment of items to the safe area and group alignment (to select several items use Ctrl). The default value is true.

Declaration
verticalAlignmentEnabled?: boolean;
Property Value
Type Description
boolean

Enables vertical alignment of items to the safe area and group alignment (to select several items use Ctrl). The default value is true.

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