Interface SpatialAggregationGroupedSummary

interface SpatialAggregationGroupedSummary {
    key: Readonly<Record<string,
        | null
        | string
        | number
        | boolean>>;
    label?: string;
    summaries: Readonly<Record<string, SpatialAggregationSummaryValue>>;
}

Properties

Properties

key: Readonly<Record<string,
    | null
    | string
    | number
    | boolean>>
label?: string
summaries: Readonly<Record<string, SpatialAggregationSummaryValue>>