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
/
MdDialog
Md
Dialog
@
Composable
fun
MdDialog
(
quick
:
Boolean
?
=
null
,
returnValue
:
String
?
=
null
,
type
:
DialogType
?
=
null
,
noFocusTrap
:
Boolean
?
=
null
,
open
:
Boolean
?
=
null
,
onCancel
:
(
)
->
Unit
?
=
null
,
attrs
:
AttrBuilderContext
<
HTMLElement
>
?
=
null
,
content
:
@
Composable
MdDialogScope
.
(
)
->
Unit
?
=
null
)
(
source
)