@univerjs-prosheets-pivotindexinterfacesIpivottablemovedeventparams

@univerjs-pro/sheets-pivot v0.5.4


Interface: IPivotTableMovedEventParams

Defined in: packages/sheets-pivot/src/const/type.ts:729

The pivot table moved event callback argument.

Extends

  • IPivotTableEventParamsBase

Properties

PropertyTypeDescriptionInherited fromDefined in
originTargetInfo{ column: number; row: number; subUnitId: string; unitId: string; }--packages/sheets-pivot/src/const/type.ts:733
originTargetInfo.columnnumber--packages/sheets-pivot/src/const/type.ts:750
originTargetInfo.rownumber--packages/sheets-pivot/src/const/type.ts:745
originTargetInfo.subUnitIdstring--packages/sheets-pivot/src/const/type.ts:737
originTargetInfo.unitIdstring--packages/sheets-pivot/src/const/type.ts:741
pivotTableIdundefined | stringThe pivot table id.When create a pivot table, the id maybe undefined.IPivotTableEventParamsBase.pivotTableIdpackages/sheets-pivot/src/const/type.ts:627
targetCellInfo{ column: number; row: number; subUnitId: string; unitId: string; }--packages/sheets-pivot/src/const/type.ts:755
targetCellInfo.columnnumber--packages/sheets-pivot/src/const/type.ts:763
targetCellInfo.rownumber--packages/sheets-pivot/src/const/type.ts:759
targetCellInfo.subUnitIdstring--packages/sheets-pivot/src/const/type.ts:771
targetCellInfo.unitIdstring--packages/sheets-pivot/src/const/type.ts:767
unitIdstringThe unit id of workbook which the pivot table belongs to.IPivotTableEventParamsBase.unitIdpackages/sheets-pivot/src/const/type.ts:631