mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
639 B
639 B
@tauri-apps/api / dialog / MessageDialogOptions
Interface: MessageDialogOptions
dialog.MessageDialogOptions
Properties
title
Optional title: string
The title of the dialog. Defaults to the app name.
Defined in
type
Optional type: "error" | "info" | "warning"
The type of the dialog. Defaults to info.