Interface JLayerAttributeWithStatistics

interface JLayerAttributeWithStatistics {
    attributeStatistics: JLayerAttributeStatistics;
    id: string;
    label: string;
    name: string;
    type: JLAYER_ATTRIBUTE_TYPES;
}

Hierarchy (view full)

Properties

attributeStatistics: JLayerAttributeStatistics
id: string
label: string
name: string