Interface: IItemMenuConfig
A structure defining commands in the Item menu.
Example
-
* configuration = {* widgets: {* ItemMenu: {* verticalAlignmentEnabled: false,* horizontalAlignmentEnabled: false,* renameEnabled: true* }* }* };* ```*
Properties
objectManipulationEnabled?
optionalobjectManipulationEnabled?:boolean
Enables deleting and cloning items in a product. The default value is true.
verticalAlignmentEnabled?
optionalverticalAlignmentEnabled?: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?
optionalhorizontalAlignmentEnabled?: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?
optionalchangeZOrderEnabled?:boolean
Enables changing Z-order of items. The default value is true.
renameEnabled?
optionalrenameEnabled?:boolean
Enables renaming items. The default value is false.
groupItemsEnabled?
optionalgroupItemsEnabled?:boolean
Enables grouping items. The default value is true.
cloneItemsEnabled?
optionalcloneItemsEnabled?:boolean
Enables cloning items in a product. The default value is true.