Skip to content

Commit a14f577

Browse files
authored
Revert "chore(*): Mark Pivot interfaces as complex objects. (#14673)" (#14695)
1 parent 1a5537f commit a14f577

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export interface IPivotDimensionStrategy {
5959
export 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
*/

0 commit comments

Comments
 (0)