@theredhead — Frontend Library - v1.0.0
    Preparing search index...
    interface ConfirmOptions {
        ariaLabel?: string;
        cancelLabel?: string;
        confirmLabel?: string;
        message: string;
        title: string;
        variant?: ConfirmVariant;
    }
    Index

    Properties

    ariaLabel?: string

    Accessible label for the dialog element.

    cancelLabel?: string

    Label for the cancel button. Defaults to "Cancel".

    confirmLabel?: string

    Label for the confirm button. Defaults to "OK".

    message: string

    Message body.

    title: string

    Dialog title.

    variant?: ConfirmVariant

    Visual variant of the confirm button. Defaults to "primary".