PivotAggregationTotalHeaderContext
Context for Pivot Aggregation Totals
TypeScript
export interface PivotAggregationTotalHeaderContext extendsExtends
Properties
| Property | Description |
|---|---|
| aggregatedColumnId | Id of Aggregated Column |
| aggregation | Aggregation function of Column |
| columnType | Pivot Aggregation Total Column |
| pivotColumnId | Id of Pivot Column |
| pivotKey | Key (i.e. column value) of Pivot Column |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
aggregatedColumnId
Id of Aggregated Column
TypeScript
aggregatedColumnId: string;Property Value
string
aggregation
Aggregation function of Column
TypeScript
aggregation: string;Property Value
string
columnType
Pivot Aggregation Total Column
TypeScript
columnType: 'pivotAggregationTotal';Property Value
'pivotAggregationTotal'
pivotColumnId
Id of Pivot Column
TypeScript
pivotColumnId: string;Property Value
string
pivotKey
Key (i.e. column value) of Pivot Column
TypeScript
pivotKey: string;Property Value
string
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any