Rezi
Preparing search index...
core/src
DialogAction
Type Alias DialogAction
DialogAction
:
Readonly
<
{
disabled
?:
boolean
;
focusable
?:
boolean
;
id
?:
string
;
intent
?:
DialogActionIntent
;
label
:
string
;
onPress
:
()
=>
void
;
}
,
>
Action descriptor for declarative dialog buttons.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Action descriptor for declarative dialog buttons.