Search Docs
Loading...
Skip to content

Type Alias: SelectionParentOrDeselectAction

type SelectionParentOrDeselectAction = () => void;

Action function for selecting the parent group of the current selection, or deselecting and refocusing the document when no eligible parent exists.

Returns#

void