Skip to content

Tree.onKeyArrowRight method

Tree › onKeyArrowRight

Unofficial

Handle keyboard event for moving through the hierarchy of tree items (and/or folding/unfolding).

Signature:

onKeyArrowRight(event: KeyboardEvent): void

Parameters:

ParameterTypeDescription
eventKeyboardEventThe keyboard event.

Returns: void