Skip to content

Commit e2c419a

Browse files
committed
chore(*): updating aggregate comment
1 parent 1676955 commit e2c419a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-grid.interface.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ export interface IPivotValue {
3030
member: string;
3131
// display name if present shows instead of member for the column header of this value
3232
displayName?: string;
33-
// aggregate function - can use one of the predefined like IgxNumberSummaryOperand.sum etc.
33+
/**
34+
* Aggregation function - can be a custom implementation of PivotAggregation or
35+
* use predefined ones from IgxPivotAggregate and its variants
36+
*/
3437
aggregate: PivotAggregation;
3538
// Enables/Disables a particular value from pivot aggregation.
3639
enabled: boolean;

0 commit comments

Comments
 (0)