Skip to content
Tauri

ConfirmDialogOptions

Defined in: index.ts:92

optional cancelLabel: string

Defined in: index.ts:100

The label of the cancel button.


optional kind: "info" | "warning" | "error"

Defined in: index.ts:96

The kind of the dialog. Defaults to info.


optional okLabel: string

Defined in: index.ts:98

The label of the confirm button.


optional title: string

Defined in: index.ts:94

The title of the dialog. Defaults to the app name.


© 2025 Tauri Contributors. CC-BY / MIT