@univerjs-pro/sheets-pivot v0.5.0-beta.1 • Docs
Interface: IUpdateFieldPositionMutationParams
Properties
Property | Type | Defined in |
---|---|---|
area | PivotTableFiledAreaEnum | packages/sheets-pivot/src/const/type.ts:114 |
fieldId | string | packages/sheets-pivot/src/const/type.ts:113 |
index | number | packages/sheets-pivot/src/const/type.ts:115 |
oldArea | PivotTableFiledAreaEnum | packages/sheets-pivot/src/const/type.ts:116 |
oldIndex | number | packages/sheets-pivot/src/const/type.ts:117 |
pivotTableId | string | packages/sheets-pivot/src/const/type.ts:112 |
subUnitId | string | packages/sheets-pivot/src/const/type.ts:111 |
unitId | string | packages/sheets-pivot/src/const/type.ts:110 |