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