Skip to main content

Function: SelectionActionGroup()

SelectionActionGroup(props): null | Element

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 ungrouping the elements adds a command to the command history.

Parameters

ParameterType

props

SelectionActionGroupProps

Returns

null | Element

Defined in

widgets/selectionAction.tsx:569