Skip to content
Tauri

MessageDialogOptions

Defined in: index.ts:83

2.0.0

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

Defined in: index.ts:87

The kind of the dialog. Defaults to info.


optional okLabel: string

Defined in: index.ts:89

The label of the confirm button.


optional title: string

Defined in: index.ts:85

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


© 2025 Tauri Contributors. CC-BY / MIT