@theredhead — Frontend Library - v1.0.0
    Preparing search index...
    interface PromptOptions {
        ariaLabel?: string;
        cancelLabel?: string;
        defaultValue?: string;
        message: string;
        okLabel?: string;
        placeholder?: string;
        title: string;
    }
    Index

    Properties

    ariaLabel?: string

    Accessible label for the dialog element.

    cancelLabel?: string

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

    defaultValue?: string

    Default value pre-filled in the input.

    message: string

    Message body displayed above the input.

    okLabel?: string

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

    placeholder?: string

    Placeholder text for the input.

    title: string

    Dialog title.