Rezi
Preparing search index...
core/src
routeTreeKey
Function routeTreeKey
routeTreeKey
<
T
>
(
event
:
ZrevEvent
,
ctx
:
TreeRoutingCtx
<
T
>
)
:
TreeRoutingResult
Route keyboard events for tree navigation.
Navigation keys:
ArrowUp/Down: Move to prev/next visible node
ArrowRight: Expand node or move to first child
ArrowLeft: Collapse node or move to parent
Enter: Activate node
Space: Toggle expand/collapse
Home/End: Jump to first/last visible node
Asterisk (*): Expand all siblings
Type Parameters
T
Parameters
event
:
ZrevEvent
ctx
:
TreeRoutingCtx
<
T
>
Returns
TreeRoutingResult
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Route keyboard events for tree navigation.
Navigation keys: