File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
projects/igniteui-angular/src/lib/grids/pivot-grid Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ export interface IPivotDimensionStrategy {
5959export 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*/
You can’t perform that action at this time.
0 commit comments