Interface: UseGroupActions
Properties
addToGroup
• addToGroup: GroupAction
Action for adding items to an existing group.
Property
Enabled when the selection has no more than one group selected and there are multiple other items selected
Defined in
packages/design-engine-react-components/src/hooks/useGroupActions/useGroupActions.ts:34
group
• group: GroupAction
Action for placing multiple selected items into a group.
Property
Enabled when multiple items are selected and there is an activeDesignPanelId
Defined in
packages/design-engine-react-components/src/hooks/useGroupActions/useGroupActions.ts:40
ungroup
• ungroup: GroupAction
Action for ungrouping a single selected group.
Property
Enabled when a single group is selected
Defined in
packages/design-engine-react-components/src/hooks/useGroupActions/useGroupActions.ts:45