artalk
    Preparing search index...

    Interface Layer

    interface Layer {
        destroy: () => void;
        getEl: () => HTMLElement;
        hide: () => void;
        show: () => void;
        getAllowMaskClose(): boolean;
        setAllowMaskClose(allow: boolean): void;
        setOnAfterHide(func: () => void): void;
    }
    Index

    Properties

    destroy: () => void
    getEl: () => HTMLElement
    hide: () => void
    show: () => void

    Methods