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

    Interface StorePopupProperties

    Properties checked on a store to resolve a popup template.

    interface StorePopupProperties {
        layerId?: string;
        popupEnabled?: boolean;
        popupTemplate?: PopupTemplateDefinition;
    }
    Index

    Properties

    layerId?: string

    An layer id, which may have a popup definition.

    popupEnabled?: boolean

    Is the popup enabled?

    popupTemplate?: PopupTemplateDefinition

    The popup definition.