Skip to content

Tree.changeFocusedItem method

Tree › changeFocusedItem

Unofficial

Change the focused item to the next item in specified direction.

Signature:

changeFocusedItem(direction: "backwards" | "forwards"): void

Parameters:

Parameter Type Description
direction "backwards" | "forwards" The direction to move focus.

Returns: void