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