Interface IPivotAggregator

Interface describing a IPivotAggregator class. Used for specifying custom aggregator lists.

Properties

aggregator?: ((members, data?) => any)

Aggregator function can be a custom implementation of PivotAggregation, or use predefined ones from IgxPivotAggregate and its variants.

Type declaration

    • (members, data?): any
    • Parameters

      • members: any[]
      • Optional data: any[]

      Returns any

aggregatorName?: PivotAggregationType

Aggregation name that will be used from a list of predefined aggregations. If not set will use the specified aggregator function.

key: string

Aggregation unique key.

label: string

Aggregation label to show in the UI.