Skip to main content

Function: SelectionActionGroup()

SelectionActionGroup(props): null | Element

Defined in: src/widgets/selectionAction.tsx:619

Selection action component to group or ungroup selected elements.

Selected elements can be grouped if only entity elements are selected, the elements can be ungrouped if only entity groups are selected.

Grouping or un-grouping the elements adds a command to the command history.

Parameters

ParameterType

props

SelectionActionGroupProps

Returns

null | Element