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: IItemMenuConfig

A structure defining commands in the Item menu.

Example

  • * configuration = {
    * widgets: {
    * ItemMenu: {
    * verticalAlignmentEnabled: false,
    * horizontalAlignmentEnabled: false,
    * renameEnabled: true
    * }
    * }
    * };
    * ```
    *

Properties

objectManipulationEnabled?

optional objectManipulationEnabled?: boolean

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


verticalAlignmentEnabled?

optional verticalAlignmentEnabled?: boolean

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


horizontalAlignmentEnabled?

optional horizontalAlignmentEnabled?: boolean

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


changeZOrderEnabled?

optional changeZOrderEnabled?: boolean

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


renameEnabled?

optional renameEnabled?: boolean

Enables renaming items. The default value is false.


groupItemsEnabled?

optional groupItemsEnabled?: boolean

Enables grouping items. The default value is true.


cloneItemsEnabled?

optional cloneItemsEnabled?: boolean

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

Was this page helpful?