Skip to main content

Function: SelectionActionExpand()

SelectionActionExpand(props): null | Element

Defined in: widgets/selectionAction.tsx:329

Selection action component to toggle expanded state for the selected elements.

Elements are collapsed if all of them are expanded, otherwise only collapsed ones are expanded instead.

Expanding or collapsing the elements adds a command to the command history.

Parameters

ParameterType

props

SelectionActionExpandProps

Returns

null | Element