@univerjs-pro/sheets-pivot v0.5.0-beta.1 • Docs
Interface: ISetPivotPositionMutationParams
Properties
Property | Type | Defined in |
---|---|---|
pivotTableId | string | packages/sheets-pivot/src/const/type.ts:283 |
subUnitId | string | packages/sheets-pivot/src/const/type.ts:282 |
targetCellPosition | { col : number ; row : number ; } | packages/sheets-pivot/src/const/type.ts:284 |
targetCellPosition.col | number | packages/sheets-pivot/src/const/type.ts:286 |
targetCellPosition.row | number | packages/sheets-pivot/src/const/type.ts:285 |
unitId | string | packages/sheets-pivot/src/const/type.ts:281 |