Rezi
Preparing search index...
core/src
TreeRoutingCtx
Type Alias TreeRoutingCtx<T>
TreeRoutingCtx
:
Readonly
<
{
expanded
:
readonly
string
[]
;
flatNodes
:
readonly
FlattenedNode
<
T
>
[]
;
keyboardNavigation
:
boolean
;
state
:
TreeLocalState
;
treeId
:
string
;
}
,
>
Routing context for tree keyboard navigation.
Type Parameters
T
=
unknown
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Routing context for tree keyboard navigation.