@wailsio/runtime
    Preparing search index...

    Interface MessageDialogOptions

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

    Properties

    Buttons?: Button[]

    Array of button options to show in the dialog.

    Detached?: boolean

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

    Message?: string

    The main message to show in the dialog.

    Title?: string

    The title of the dialog window.