Interface SpatialAggregationGroupBySpec

interface SpatialAggregationGroupBySpec {
    alias?: string;
    field: string;
    label?: string;
    limit?: number;
    nullLabel?: string;
}

Properties

alias?: string
field: string
label?: string
limit?: number
nullLabel?: string