compose-html-material
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
compose-html-material
compose-html-material3
/
com.huanshankeji.compose.html.material3
/
MdMenu
Md
Menu
@
Composable
fun
MdMenu
(
anchor
:
String
?
=
null
,
positioning
:
MenuPositioning
?
=
null
,
quick
:
Boolean
?
=
null
,
hasOverflow
:
Boolean
?
=
null
,
open
:
Boolean
?
=
null
,
xOffset
:
Number
?
=
null
,
yOffset
:
Number
?
=
null
,
typeaheadDelay
:
Number
?
=
null
,
anchorCorner
:
MenuCorner
?
=
null
,
menuCorner
:
MenuCorner
?
=
null
,
stayOpenOnOutsideClick
:
Boolean
?
=
null
,
stayOpenOnFocusout
:
Boolean
?
=
null
,
skipRestoreFocus
:
Boolean
?
=
null
,
defaultFocus
:
MenuDefaultFocus
?
=
null
,
attrs
:
AttrBuilderContext
<
MdMenuElement
>
?
=
null
,
content
:
@
Composable
ElementScope
<
MdMenuElement
>
.
(
)
->
Unit
?
=
null
)
(
source
)