layer-esm
    Preparing search index...

    Interface LayerPromptOptions

    interface LayerPromptOptions {
        anim?: number;
        area?: LayerArea;
        ariaLabel?: string;
        btn?: string | false | string[];
        btn2?: (index: number, layero: HTMLElement) => boolean | void;
        btnAlign?: string;
        cancel?: (index: number, layero: HTMLElement) => boolean | void;
        change?: (index: number) => void;
        className?: string;
        closeBtn?: boolean | 0 | 2 | 1;
        end?: () => void;
        fixed?: boolean;
        follow?: string | HTMLElement;
        formType?: 0 | 2 | 1;
        icon?: LayerIcon;
        id?: string;
        isOutAnim?: boolean;
        maxlength?: number;
        maxlengthMessage?: string | ((maxlength: number, value: string) => string);
        maxmin?: boolean;
        maxWidth?: number;
        minStack?: boolean;
        move?: string | boolean;
        moveType?: 0 | 1;
        offset?: LayerOffset;
        resize?: boolean;
        scrollbar?: boolean;
        shade?: LayerShade;
        shadeClose?: boolean;
        shadeStyle?: string;
        skin?: string;
        success?: (layero: HTMLElement, index: number) => void;
        tab?: LayerTabItem[];
        targetDocument?: Document;
        time?: number;
        tips?: LayerTipDirection | [LayerTipDirection, string];
        title?: LayerTitle;
        value?: string;
        yes?: (index: number, layero: HTMLElement) => void;
        zIndex?: number;
    }

    Hierarchy

    Index

    anim?: number
    area?: LayerArea
    ariaLabel?: string
    btn?: string | false | string[]
    btn2?: (index: number, layero: HTMLElement) => boolean | void
    btnAlign?: string
    cancel?: (index: number, layero: HTMLElement) => boolean | void
    change?: (index: number) => void
    className?: string
    closeBtn?: boolean | 0 | 2 | 1
    end?: () => void
    fixed?: boolean
    follow?: string | HTMLElement
    formType?: 0 | 2 | 1
    icon?: LayerIcon

    A numeric legacy icon or one of the embedded Bootstrap icon aliases.

    id?: string
    isOutAnim?: boolean
    maxlength?: number
    maxlengthMessage?: string | ((maxlength: number, value: string) => string)
    maxmin?: boolean
    maxWidth?: number
    minStack?: boolean
    move?: string | boolean
    moveType?: 0 | 1
    offset?: LayerOffset
    resize?: boolean
    scrollbar?: boolean
    shade?: LayerShade
    shadeClose?: boolean
    shadeStyle?: string
    skin?: string
    success?: (layero: HTMLElement, index: number) => void
    tab?: LayerTabItem[]
    targetDocument?: Document
    time?: number
    title?: LayerTitle
    value?: string
    yes?: (index: number, layero: HTMLElement) => void
    zIndex?: number