@tauri-apps/plugin-dialog - v2.4.2
    Preparing search index...

    Type Alias MessageDialogButtonsYesNoCancel

    MessageDialogButtonsYesNoCancel: { yes: string; no: string; cancel: string } & BanExcept<
        "yes"
        | "no"
        | "cancel",
    >

    The Yes, No and Cancel buttons of a message dialog.

    Type Declaration

    • yes: string

      The Yes button.

    • no: string

      The No button.

    • cancel: string

      The Cancel button.

    2.4.0