@tauri-apps/plugin-dialog - v2.4.2
Tauri Docs
GitHub
Preparing search index...
MessageDialogButtonsOkCancel
Type Alias MessageDialogButtonsOkCancel
MessageDialogButtonsOkCancel
:
{
ok
:
string
;
cancel
:
string
}
&
BanExcept
<
"ok"
|
"cancel"
,
>
The Ok and Cancel buttons of a message dialog.
Type Declaration
ok
:
string
The Ok button.
cancel
:
string
The Cancel button.
Since
2.4.0
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Tauri Docs
GitHub
@tauri-apps/plugin-dialog - v2.4.2
Loading...
The Ok and Cancel buttons of a message dialog.