interface JLayerAttribute {
    attributeStatistics: null | JLayerAttributeStatistics;
    id: string;
    label: string;
    name: string;
    type: JLAYER_ATTRIBUTE_TYPES;
}

Hierarchy (view full)

Properties

attributeStatistics: null | JLayerAttributeStatistics
id: string
label: string
name: string