map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface PopupTemplateResolverParams

    Parameters used to resolve Popup templates from stores or layers.

    interface PopupTemplateResolverParams {
        layerId?: string;
        mapWidgetModel?: MapWidgetModel;
        resolveOnLayer?: boolean;
        store?: StoreInstance;
        storeId?: string;
    }
    Index

    Properties

    layerId?: string

    Id of the layer.

    mapWidgetModel?: MapWidgetModel

    Optional MapWidgetModel, by default the global model is used.

    resolveOnLayer?: boolean

    Stops resolving for templates at store level.

    Store.

    storeId?: string

    Id of the store.