Interface SetAggregationIntent

interface SetAggregationIntent {
    aggregation: undefined | AggregationSpec;
    kind: "set-aggregation";
    viewId?: string;
}

Hierarchy

  • IntentBase
    • SetAggregationIntent

Properties

aggregation: undefined | AggregationSpec
kind
viewId?: string