Axinom Mosaic Libraries
    Preparing search index...
    interface ConfirmationConfig {
        body?: string | Element;
        cancelButtonText?: string;
        confirmButtonText?: string;
        onConfirmOpen?: (isOpen: boolean, args?: unknown) => void;
        title?: string;
    }
    Index

    Properties

    body?: string | Element

    Body default('')

    cancelButtonText?: string

    Cancel button text default('Cancel')

    confirmButtonText?: string

    Confirm button text default('Confirm')

    onConfirmOpen?: (isOpen: boolean, args?: unknown) => void

    Emits whenever the confirmation state is toggled

    title?: string

    Title default('Confirmation Needed')