@univerjs-pro/sheets-pivot v0.5.4
Interface: IPivotTableRenderedEventParams
Defined in: packages/sheets-pivot/src/const/type.ts:779
The pivot table rendered event callback argument.
Extends
IPivotTableEventParamsBase
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
changeType | PivotTableOperationEnum | - | - | packages/sheets-pivot/src/const/type.ts:791 |
isEmpty | boolean | - | - | packages/sheets-pivot/src/const/type.ts:783 |
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 |
rangeInfo? | { colRanges : IRange []; cornerRanges : IRange []; dataRanges : IRange []; pageRanges : IRange []; rowRanges : IRange []; } | - | - | packages/sheets-pivot/src/const/type.ts:795 |
rangeInfo.colRanges | IRange [] | - | - | packages/sheets-pivot/src/const/type.ts:803 |
rangeInfo.cornerRanges | IRange [] | - | - | packages/sheets-pivot/src/const/type.ts:807 |
rangeInfo.dataRanges | IRange [] | - | - | packages/sheets-pivot/src/const/type.ts:811 |
rangeInfo.pageRanges | IRange [] | - | - | packages/sheets-pivot/src/const/type.ts:815 |
rangeInfo.rowRanges | IRange [] | - | - | packages/sheets-pivot/src/const/type.ts:799 |
subUnitId | string | - | - | packages/sheets-pivot/src/const/type.ts:787 |
unitId | string | The unit id of workbook which the pivot table belongs to. | IPivotTableEventParamsBase.unitId | packages/sheets-pivot/src/const/type.ts:631 |