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:

Parameter Type Description
event KeyboardEvent The keyboard event.

Returns: void