geoview-core
Preparing search index...
cellKeyboardShortcuts
Variable cellKeyboardShortcuts
Const
cellKeyboardShortcuts
:
<
TData
extends
MRT_RowData
=
MRT_RowData
>
(
{ cell, cellElements, cellValue, containerElement, event, header, parentElement, table, }
:
{
cell
?:
MRT_Cell
<
TData
>
;
cellElements
?:
HTMLTableCellElement
[]
;
cellValue
?:
string
;
containerElement
?:
HTMLTableElement
;
event
:
React.KeyboardEvent
<
HTMLTableCellElement
>
;
header
?:
MRT_Header
<
TData
>
;
parentElement
?:
HTMLTableRowElement
;
table
:
MRT_TableInstance
<
TData
>
;
}
,
)
=>
void
Type Declaration
<
TData
extends
MRT_RowData
=
MRT_RowData
>
(
{ cell, cellElements, cellValue, containerElement, event, header, parentElement, table, }
:
{
cell
?:
MRT_Cell
<
TData
>
;
cellElements
?:
HTMLTableCellElement
[]
;
cellValue
?:
string
;
containerElement
?:
HTMLTableElement
;
event
:
React.KeyboardEvent
<
HTMLTableCellElement
>
;
header
?:
MRT_Header
<
TData
>
;
parentElement
?:
HTMLTableRowElement
;
table
:
MRT_TableInstance
<
TData
>
;
}
,
)
:
void
Type Parameters
TData
extends
MRT_RowData
=
MRT_RowData
Parameters
{ cell, cellElements, cellValue, containerElement, event, header, parentElement, table, }
:
{
cell
?:
MRT_Cell
<
TData
>
;
cellElements
?:
HTMLTableCellElement
[]
;
cellValue
?:
string
;
containerElement
?:
HTMLTableElement
;
event
:
React.KeyboardEvent
<
HTMLTableCellElement
>
;
header
?:
MRT_Header
<
TData
>
;
parentElement
?:
HTMLTableRowElement
;
table
:
MRT_TableInstance
<
TData
>
;
}
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
geoview-core
Loading...