@univerjs-pro/engine-pivot v0.5.4
Interface: IPivotTableUpdatePositionChange
Defined in: types/json-types.ts:305
The change of updating field position in the pivot table.
Properties
Property | Type | Defined in |
---|---|---|
fieldId | string | types/json-types.ts:313 |
newArea | PivotTableFiledAreaEnum | types/json-types.ts:321 |
newIndex | number | types/json-types.ts:329 |
oldArea | PivotTableFiledAreaEnum | types/json-types.ts:317 |
oldIndex | number | types/json-types.ts:325 |
type | UpdateFieldPosition | types/json-types.ts:309 |