Preparing search index...
The search index is not available
RAMP4 - v4.15.0-beta
RAMP4
fixtures/keyboardnav/store/keyboardnav-store
KeyItem
Interface KeyItem
interface
KeyItem
{
description
:
Record
<
string
,
string
>
;
handler
?:
(
(
store
:
KeyboardnavStore
,
e
:
KeyboardEvent
)
=>
void
|
KeyboardnavChainAction
)
;
key
:
string
;
}
Index
Properties
description
handler?
key
Properties
description
description
:
Record
<
string
,
string
>
Optional
handler
handler
?:
(
(
store
:
KeyboardnavStore
,
e
:
KeyboardEvent
)
=>
void
|
KeyboardnavChainAction
)
key
key
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
handler
key
RAMP4 - v4.15.0-beta
Loading...