インターフェイス IPivotAggregator

IPivotAggregator クラスを説明するインターフェイス。 カスタム集計リストの指定に使用します。

階層

Hierarchy

  • IPivotAggregator

プロパティ

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

Type declaration

    • (members: any[], data?: any[]): any
    • Aggregator function can be a custom implementation of PivotAggregation, or use predefined ones from IgxPivotAggregate and its variants.

      パラメーター

      • members: any[]
      • オプション data: any[]

      返却 any

aggregatorName?: PivotAggregationType

事前定義された集計のリストから使用される集計名。 設定されていない場合は、指定された集計関数が使用されます。

key: string

集計の一意キー。

label: string

UI に表示する集計ラベル。