Interface SpatialAggregationGroupByMetadata

interface SpatialAggregationGroupByMetadata {
    alias?: string;
    domain?: readonly SpatialAggregationDomainValue[];
    field: string;
    title?: string;
    valueType?: SpatialAggregationValueType;
}

Properties

alias?: string
domain?: readonly SpatialAggregationDomainValue[]
field: string
title?: string