Properties checked on a store to resolve a popup template.

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

Properties

layerId?: string

An layer id, which may have a popup definition.

popupEnabled?: boolean

Is the popup enabled?

popupTemplate?: any

The popup definition.

MMNEPVFCICPMFPCPTTAAATR