@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
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
pivotTableId | undefined | string | The pivot table id.When create a pivot table, the id maybe undefined. | IPivotTableEventParamsBase.pivotTableId | packages/sheets-pivot/src/const/type.ts:627 |
positionType | PositionType | - | - | 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.endColumn | number | - | - | packages/sheets-pivot/src/const/type.ts:660 |
sourceRangeInfo.endRow | number | - | - | packages/sheets-pivot/src/const/type.ts:652 |
sourceRangeInfo.sheetName? | string | - | - | packages/sheets-pivot/src/const/type.ts:672 |
sourceRangeInfo.startColumn | number | - | - | packages/sheets-pivot/src/const/type.ts:656 |
sourceRangeInfo.startRow | number | - | - | packages/sheets-pivot/src/const/type.ts:648 |
sourceRangeInfo.subUnitId | string | - | - | packages/sheets-pivot/src/const/type.ts:668 |
sourceRangeInfo.unitId | string | - | - | 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.column | number | - | - | packages/sheets-pivot/src/const/type.ts:685 |
targetCellInfo.row | number | - | - | packages/sheets-pivot/src/const/type.ts:681 |
targetCellInfo.sheetName? | string | - | - | packages/sheets-pivot/src/const/type.ts:697 |
targetCellInfo.subUnitId | string | - | - | packages/sheets-pivot/src/const/type.ts:693 |
targetCellInfo.unitId | string | - | - | packages/sheets-pivot/src/const/type.ts:689 |
unitId | string | The unit id of workbook which the pivot table belongs to. | IPivotTableEventParamsBase.unitId | packages/sheets-pivot/src/const/type.ts:631 |