Back to Wails

Interface MessageDialogOptions

v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Dialogs.MessageDialogOptions.html

2.13.0996 B
Original Source

Interface MessageDialogOptions

interface MessageDialogOptions {
Buttons?: Button[];
Detached?: boolean;
Message?: string;
Title?: string;
}

Index

Properties

Buttons?Detached?Message?Title?

Properties

OptionalButtons

Buttons?: Button[]

Array of button options to show in the dialog.

OptionalDetached

Detached?: boolean

True if the dialog should appear detached from the main window (if applicable).

OptionalMessage

Message?: string

The main message to show in the dialog.

OptionalTitle

Title?: string

The title of the dialog window.

Settings

Member Visibility

  • Protected
  • Inherited
  • External

ThemeOSLightDark

On This Page

Properties ButtonsDetachedMessageTitle