File tree 1 file changed +0
-4
lines changed
projects/igniteui-angular/src/lib/grids/pivot-grid
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ export interface IPivotDimensionStrategy {
59
59
export type PivotAggregation = ( members : any [ ] , data : any [ ] ) => any ;
60
60
61
61
/* marshalByValue */
62
- /* jsonAPIComplexObject */
63
62
/**
64
63
* Interface describing a IPivotAggregator class.
65
64
* Used for specifying custom aggregator lists.
@@ -85,7 +84,6 @@ export interface IPivotAggregator {
85
84
}
86
85
87
86
/* marshalByValue */
88
- /* jsonAPIComplexObject */
89
87
/**
90
88
* Configuration of the pivot grid.
91
89
*/
@@ -108,7 +106,6 @@ export interface IPivotConfiguration {
108
106
109
107
/* blazorElement */
110
108
/* marshalByValue */
111
- /* jsonAPIComplexObject */
112
109
/**
113
110
* Configuration of a pivot dimension.
114
111
*/
@@ -150,7 +147,6 @@ export interface IPivotDimension {
150
147
}
151
148
152
149
/* marshalByValue */
153
- /* jsonAPIComplexObject */
154
150
/**
155
151
* Configuration of a pivot value aggregation.
156
152
*/
You can’t perform that action at this time.
0 commit comments