@nextcloud/dialogs
    Preparing search index...

    Interface ConfirmationDialogOptions

    interface ConfirmationDialogOptions {
        labelConfirm?: string;
        labelReject?: string;
        name: string;
        severity?: IDialogSeverity;
        text: string;
    }
    Index

    Properties

    labelConfirm?: string

    The text of the confirmation button

    labelReject?: string

    The text of the reject button

    name: string

    The name of the dialog (heading)

    severity?: IDialogSeverity

    The severity

    text: string

    The text of the dialog