Search
Preparing search index...
The search index is not available
react-accessible-menu
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
react-accessible-menu
MenuProps
Interface MenuProps<E, D>
Type parameters
E
:
HTMLElement
=
HTMLDivElement
D =
any
|
undefined
Hierarchy
MenuProps
Index
Properties
focused
Item
ignore
Search
By
Key
orientation
type
Methods
on
Focus
Item
on
Key
Down
on
Select
Item
render
Menu
scroll
To
Item
Properties
Optional
focused
Item
focused
Item
?:
ItemId
Optional
ignore
Search
By
Key
ignore
Search
By
Key
?:
boolean
Optional
orientation
orientation
?:
MenuOrientation
Optional
type
type
?:
MenuItemType
Methods
Optional
on
Focus
Item
on
Focus
Item
(
id
:
ItemId
, itemData
:
D
)
:
void
Parameters
id:
ItemId
itemData:
D
Returns
void
Optional
on
Key
Down
on
Key
Down
(
e
:
KeyboardEvent
)
:
void
Parameters
e:
KeyboardEvent
Returns
void
Optional
on
Select
Item
on
Select
Item
(
id
:
ItemId
, itemData
:
D
)
:
void
Parameters
id:
ItemId
itemData:
D
Returns
void
render
Menu
render
Menu
(
props
:
MenuRenderProps
<
E
,
D
>
)
:
null
|
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
Parameters
props:
MenuRenderProps
<
E
,
D
>
Returns
null
|
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
Optional
scroll
To
Item
scroll
To
Item
(
id
:
ItemId
, itemData
:
D
)
:
void
Parameters
id:
ItemId
itemData:
D
Returns
void
Exports
Menu
Props
focused
Item
ignore
Search
By
Key
orientation
type
on
Focus
Item
on
Key
Down
on
Select
Item
render
Menu
scroll
To
Item
Generated using
TypeDoc