@theredhead — Frontend Library - v1.0.0
    Preparing search index...
    interface AlertOptions {
        ariaLabel?: string;
        buttonLabel?: string;
        message: string;
        title: string;
    }
    Index

    Properties

    ariaLabel?: string

    Accessible label for the dialog element.

    buttonLabel?: string

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

    message: string

    Message body (plain text or a single paragraph).

    title: string

    Dialog title.