Skip to content

Tree.selectItem method

Tree › selectItem

Unofficial

Mark tree item as selected.

Signature:

selectItem(node: T): void

Parameters:

ParameterTypeDescription
nodeTThe tree item to select.

Returns: void