PivotColumnTotalHeaderContext
Context for Pivot Total Columns
TypeScript
export interface PivotColumnTotalHeaderContext extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| aggregation | string | Aggregation function of Column |
| columnType | 'pivotColumnTotal' | Pivot Column Total |
| pivotColumnId | string | Id of Pivot Column |
| pivotKey | string | Key (i.e. column value) of Pivot Column |
| adaptableContext | any | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
aggregation
Aggregation function of Column
TypeScript
aggregation: string;Property Value
string
columnType
Pivot Column Total
TypeScript
columnType: 'pivotColumnTotal';Property Value
'pivotColumnTotal'
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