toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-mui-base
/
mui.base
/
UseMenuItemParameters
Use
Menu
Item
Parameters
external
interface
UseMenuItemParameters
(
source
)
Members
Properties
disabled
Link copied to clipboard
abstract
var
disabled
:
Boolean
?
disable
Focus
On
Hover
Link copied to clipboard
abstract
var
disableFocusOnHover
:
Boolean
?
If
true
, the menu item won't receive focus when the mouse moves over it.
id
Link copied to clipboard
abstract
var
id
:
String
?
label
Link copied to clipboard
abstract
var
label
:
String
?
on
Click
Link copied to clipboard
abstract
var
onClick
:
MouseEventHandler
<
*
>
?
root
Ref
Link copied to clipboard
abstract
var
rootRef
:
Ref
<
Element
>