Rezi
Preparing search index...
core/src
TableRoutingCtx
Type Alias TableRoutingCtx<T>
TableRoutingCtx
:
Readonly
<
{
data
:
readonly
T
[]
;
keyboardNavigation
:
boolean
;
rowHeight
:
number
;
rowKeys
:
readonly
string
[]
;
rowKeyToIndex
?:
ReadonlyMap
<
string
,
number
>
;
selection
:
readonly
string
[]
;
selectionMode
:
TableSelectionMode
;
state
:
TableLocalState
;
tableId
:
string
;
}
,
>
Routing context for table keyboard navigation.
Type Parameters
T
=
unknown
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Routing context for table keyboard navigation.