@univerjs-pro/engine-pivot v0.5.4
Interface: IPivotTableUpdateValuePositionChange
Defined in: types/json-types.ts:353
The change of updating value position in the pivot table.
Properties
Property | Type | Defined in |
---|---|---|
newIndex | number | types/json-types.ts:373 |
newValuePosition | PivotTableValuePositionEnum | types/json-types.ts:365 |
oldIndex | number | types/json-types.ts:369 |
oldValuePosition | PivotTableValuePositionEnum | types/json-types.ts:361 |
type | UpdateValuePosition | types/json-types.ts:357 |