Skip to content

Tree.onKeyArrowLeft method

Tree › onKeyArrowLeft

Unofficial

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

Signature:

onKeyArrowLeft(event: KeyboardEvent): void

Parameters:

Parameter Type Description
event KeyboardEvent The keyboard event.

Returns: void