File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
projects/igniteui-angular/src/lib/grids/pivot-grid Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ export interface IPivotDimensionStrategy {
5959export type PivotAggregation = ( members : any [ ] , data : any [ ] ) => any ;
6060
6161/* marshalByValue */
62- /* jsonAPIComplexObject */
6362/**
6463* Interface describing a IPivotAggregator class.
6564* Used for specifying custom aggregator lists.
@@ -85,7 +84,6 @@ export interface IPivotAggregator {
8584}
8685
8786/* marshalByValue */
88- /* jsonAPIComplexObject */
8987/**
9088* Configuration of the pivot grid.
9189*/
@@ -108,7 +106,6 @@ export interface IPivotConfiguration {
108106
109107/* blazorElement */
110108/* marshalByValue */
111- /* jsonAPIComplexObject */
112109/**
113110* Configuration of a pivot dimension.
114111*/
@@ -150,7 +147,6 @@ export interface IPivotDimension {
150147}
151148
152149/* marshalByValue */
153- /* jsonAPIComplexObject */
154150/**
155151* Configuration of a pivot value aggregation.
156152*/
You can’t perform that action at this time.
0 commit comments