Interface JMapContextDataLayerElement

interface JMapContextDataLayerElement {
    id: JId;
    isGroup: boolean;
    isVisible: boolean;
}

Hierarchy (view full)

Properties

Properties

id: JId
isGroup: boolean
isVisible: boolean