Skip to content

Commit bb98fa0

Browse files
authored
chore(*): Mark Pivot interfaces as complex objects. (#14672)
1 parent c97a3c1 commit bb98fa0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export interface IPivotDimensionStrategy {
5959
export type PivotAggregation = (members: any[], data: any[]) => any;
6060

6161
/* marshalByValue */
62+
/* jsonAPIComplexObject */
6263
/**
6364
* Interface describing a IPivotAggregator class.
6465
* Used for specifying custom aggregator lists.
@@ -84,6 +85,7 @@ export interface IPivotAggregator {
8485
}
8586

8687
/* marshalByValue */
88+
/* jsonAPIComplexObject */
8789
/**
8890
* Configuration of the pivot grid.
8991
*/
@@ -106,6 +108,7 @@ export interface IPivotConfiguration {
106108

107109
/* blazorElement */
108110
/* marshalByValue */
111+
/* jsonAPIComplexObject */
109112
/**
110113
* Configuration of a pivot dimension.
111114
*/
@@ -147,6 +150,7 @@ export interface IPivotDimension {
147150
}
148151

149152
/* marshalByValue */
153+
/* jsonAPIComplexObject */
150154
/**
151155
* Configuration of a pivot value aggregation.
152156
*/

0 commit comments

Comments
 (0)