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

    Type Alias MessageDialogButtonsOkCancel

    MessageDialogButtonsOkCancel: { ok: string; cancel: string } & BanExcept<
        "ok"
        | "cancel",
    >

    The Ok and Cancel buttons of a message dialog.

    Type Declaration

    • ok: string

      The Ok button.

    • cancel: string

      The Cancel button.

    2.4.0