Interface SpatialAggregationCategoryBucket

interface SpatialAggregationCategoryBucket {
    color?: string;
    count: number;
    label?: string;
    value:
        | null
        | string
        | number
        | boolean;
}

Properties

color?: string
count: number
label?: string
value:
    | null
    | string
    | number
    | boolean