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:

ParameterTypeDescription
direction"backwards" | "forwards"The direction to move focus.

Returns: void