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 |
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 |
groupItemsEnabled
Enables grouping items. The default value is true.
Declaration
groupItemsEnabled?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean | Enables grouping items. The default value is |
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 |
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 |
renameEnabled
Enables renaming items. The default value is false.
Declaration
renameEnabled?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean | Enables renaming items. The default value is |
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 |