ConfirmDialogOptions
Defined in: index.ts:92
optionalcancelLabel:string
Defined in: index.ts:100
The label of the cancel button.
optionalkind:"info"|"warning"|"error"
Defined in: index.ts:96
The kind of the dialog. Defaults to info.
optionalokLabel:string
Defined in: index.ts:98
The label of the confirm button.
optionaltitle:string
Defined in: index.ts:94
The title of the dialog. Defaults to the app name.
© 2025 Tauri Contributors. CC-BY / MIT