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): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| event | KeyboardEvent | The keyboard event. |
Returns: void