Interface SpatialAggregationSummaryBase

interface SpatialAggregationSummaryBase {
    description?: string;
    field?: string;
    id: string;
    title?: string;
    unit?: string;
    valueType?: SpatialAggregationValueType;
}

Hierarchy (view full)

Properties

description?: string
field?: string
id: string
title?: string
unit?: string