Skip to content

Tree.selectItem method

Tree › selectItem

Unofficial

Mark tree item as selected.

Signature:

selectItem(node: T): void

Parameters:

Parameter Type Description
node T The tree item to select.

Returns: void