NextGIS Frontend
    Preparing search index...

    Interface DialogAdapterOptions

    interface DialogAdapterOptions {
        closeBtn?: boolean;
        closeBtnTemplate?: string | Node;
        openers?: HTMLElement[];
        parent?: Node;
        template?: string | Node;
    }
    Index

    Properties

    closeBtn?: boolean
    closeBtnTemplate?: string | Node
    openers?: HTMLElement[]
    parent?: Node
    template?: string | Node