Rezi
Preparing search index...
core/src
DialogProps
Type Alias DialogProps
DialogProps
:
Readonly
<
Omit
<
ModalProps
,
"content"
|
"actions"
>
&
{
actions
:
readonly
DialogAction
[]
;
message
:
string
|
VNode
;
}
,
>
Declarative dialog props sugar over
ui.modal(...)
.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Declarative dialog props sugar over
ui.modal(...).