@univerjs-prosheets-pivotindexinterfacesImovepivottablecommandprops

@univerjs-pro/sheets-pivot v0.5.4


Interface: IMovePivotTableCommandProps

Defined in: packages/sheets-pivot/src/commands/command/move-pivot-table.command.ts:7

Properties

PropertyTypeDefined in
originTargetInfo{ subUnitId: string; unitId: string; }packages/sheets-pivot/src/commands/command/move-pivot-table.command.ts:15
originTargetInfo.subUnitIdstringpackages/sheets-pivot/src/commands/command/move-pivot-table.command.ts:16
originTargetInfo.unitIdstringpackages/sheets-pivot/src/commands/command/move-pivot-table.command.ts:17
pivotTableIdstringpackages/sheets-pivot/src/commands/command/move-pivot-table.command.ts:8
targetCellInfo{ col: number; row: number; subUnitId: string; unitId: string; }packages/sheets-pivot/src/commands/command/move-pivot-table.command.ts:9
targetCellInfo.colnumberpackages/sheets-pivot/src/commands/command/move-pivot-table.command.ts:13
targetCellInfo.rownumberpackages/sheets-pivot/src/commands/command/move-pivot-table.command.ts:12
targetCellInfo.subUnitIdstringpackages/sheets-pivot/src/commands/command/move-pivot-table.command.ts:10
targetCellInfo.unitIdstringpackages/sheets-pivot/src/commands/command/move-pivot-table.command.ts:11