Preparing search index...
The search index is not available
SheetXL - v0.1.84
SheetXL
common-react/src
ICommandMap
Interface ICommandMap
interface
ICommandMap
{
asArray
:
(
(
)
=>
ICommand
<
any
,
any
>
[]
)
;
getCommand
:
(
(
key
)
=>
ICommand
<
any
,
any
>
)
;
merge
:
(
(
...
others
)
=>
CommandMap
)
;
onKeyDown
:
(
(
e
)
=>
boolean
)
;
}
Implemented by
CommandMap
Index
Properties
as
Array
get
Command
merge
on
Key
Down
Properties
as
Array
as
Array
:
(
(
)
=>
ICommand
<
any
,
any
>
[]
)
Type declaration
(
)
:
ICommand
<
any
,
any
>
[]
Returns
ICommand
<
any
,
any
>
[]
get
Command
get
Command
:
(
(
key
)
=>
ICommand
<
any
,
any
>
)
Type declaration
(
key
)
:
ICommand
<
any
,
any
>
Parameters
key
:
string
Returns
ICommand
<
any
,
any
>
merge
merge
:
(
(
...
others
)
=>
CommandMap
)
Type declaration
(
...
others
)
:
CommandMap
Parameters
Rest
...
others
:
CommandMap
[]
Returns
CommandMap
on
Key
Down
on
Key
Down
:
(
(
e
)
=>
boolean
)
Type declaration
(
e
)
:
boolean
Parameters
e
:
KeyboardEvent
<
Element
>
Returns
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
as
Array
get
Command
merge
on
Key
Down
SheetXL - v0.1.84
Loading...