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

Constructors

Properties

Accessors

Constructors

Properties

aggregator?: any

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

aggregatorName?: PivotAggregationType

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

Accessors

  • get key(): string
  • Returns string

  • set key(value): void
  • Aggregation unique key.

    Parameters

    • value: string

    Returns void

  • get label(): string
  • Returns string

  • set label(value): void
  • Aggregation label to show in the UI.

    Parameters

    • value: string

    Returns void