snowstorm
Preparing search index...
hooks/useKeyboardNavigation
useKeyboardNavigation
Function useKeyboardNavigation
useKeyboardNavigation
(
options
:
KeyboardNavigationOptions
,
)
:
{
handleFocusOut
:
(
e
:
FocusEvent
)
=>
void
;
handleMenuKeyDown
:
(
e
:
KeyboardEvent
)
=>
void
;
handleTriggerKeyDown
:
(
e
:
KeyboardEvent
)
=>
void
;
}
Parameters
options
:
KeyboardNavigationOptions
Returns
{
handleFocusOut
:
(
e
:
FocusEvent
)
=>
void
;
handleMenuKeyDown
:
(
e
:
KeyboardEvent
)
=>
void
;
handleTriggerKeyDown
:
(
e
:
KeyboardEvent
)
=>
void
;
}
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
snowstorm
Loading...