@univerjs-prosheets-pivotindexinterfacesIpivottableaddedeventparams

@univerjs-pro/sheets-pivot v0.5.4


Interface: IPivotTableAddedEventParams

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

The pivot table added event callback argument.

Extends

  • IPivotTableEventParamsBase

Properties

PropertyTypeDescriptionInherited fromDefined in
pivotTableIdundefined | stringThe pivot table id.When create a pivot table, the id maybe undefined.IPivotTableEventParamsBase.pivotTableIdpackages/sheets-pivot/src/const/type.ts:627
positionTypePositionType--packages/sheets-pivot/src/const/type.ts:640
sourceRangeInfo{ endColumn: number; endRow: number; sheetName: string; startColumn: number; startRow: number; subUnitId: string; unitId: string; }The source range info of the pivot table.-packages/sheets-pivot/src/const/type.ts:644
sourceRangeInfo.endColumnnumber--packages/sheets-pivot/src/const/type.ts:660
sourceRangeInfo.endRownumber--packages/sheets-pivot/src/const/type.ts:652
sourceRangeInfo.sheetName?string--packages/sheets-pivot/src/const/type.ts:672
sourceRangeInfo.startColumnnumber--packages/sheets-pivot/src/const/type.ts:656
sourceRangeInfo.startRownumber--packages/sheets-pivot/src/const/type.ts:648
sourceRangeInfo.subUnitIdstring--packages/sheets-pivot/src/const/type.ts:668
sourceRangeInfo.unitIdstring--packages/sheets-pivot/src/const/type.ts:664
targetCellInfo?{ column: number; row: number; sheetName: string; subUnitId: string; unitId: string; }The target cell info of the pivot table.Only the PositionType is ‘exiting’ will have this property.-packages/sheets-pivot/src/const/type.ts:677
targetCellInfo.columnnumber--packages/sheets-pivot/src/const/type.ts:685
targetCellInfo.rownumber--packages/sheets-pivot/src/const/type.ts:681
targetCellInfo.sheetName?string--packages/sheets-pivot/src/const/type.ts:697
targetCellInfo.subUnitIdstring--packages/sheets-pivot/src/const/type.ts:693
targetCellInfo.unitIdstring--packages/sheets-pivot/src/const/type.ts:689
unitIdstringThe unit id of workbook which the pivot table belongs to.IPivotTableEventParamsBase.unitIdpackages/sheets-pivot/src/const/type.ts:631