Trevixal API
    Preparing search index...

    Interface ConfirmDialogOptions

    interface ConfirmDialogOptions {
        body?: string;
        cancelLabel?: string;
        confirmLabel?: string;
        danger?: boolean;
        document: Document;
        title: string;
    }
    Index
    body?: string
    cancelLabel?: string
    confirmLabel?: string
    danger?: boolean

    Style the confirm button as destructive.

    document: Document
    title: string