Skip to content

Tree.handleItemSelection method

Tree › handleItemSelection

Unofficial

Handle selection of tree item via keyboard event.

Signature:

handleItemSelection(event: MouseEvent, node: T): void

Parameters:

ParameterTypeDescription
eventMouseEventThe mouse event that triggered the selection.
nodeTThe tree item being selected.

Returns: void