NextGIS Frontend
    Preparing search index...

    Interface NgwWebmapItemOptions

    interface NgwWebmapItemOptions {
        connector?: default;
        item: TreeRoot | TreeGroup | TreeLayer;
        noInit?: boolean;
        options?: ItemOptions;
        parent?: NgwWebmapItem;
        webMap: WebMap;
    }
    Index

    Properties

    connector?: default
    noInit?: boolean
    options?: ItemOptions
    parent?: NgwWebmapItem
    webMap: WebMap