@univerjs-prosheets-pivotindexinterfacesIpivottablerenderedeventparams

@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

PropertyTypeDescriptionInherited fromDefined in
changeTypePivotTableOperationEnum--packages/sheets-pivot/src/const/type.ts:791
isEmptyboolean--packages/sheets-pivot/src/const/type.ts:783
pivotTableIdundefined | stringThe pivot table id.When create a pivot table, the id maybe undefined.IPivotTableEventParamsBase.pivotTableIdpackages/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.colRangesIRange[]--packages/sheets-pivot/src/const/type.ts:803
rangeInfo.cornerRangesIRange[]--packages/sheets-pivot/src/const/type.ts:807
rangeInfo.dataRangesIRange[]--packages/sheets-pivot/src/const/type.ts:811
rangeInfo.pageRangesIRange[]--packages/sheets-pivot/src/const/type.ts:815
rangeInfo.rowRangesIRange[]--packages/sheets-pivot/src/const/type.ts:799
subUnitIdstring--packages/sheets-pivot/src/const/type.ts:787
unitIdstringThe unit id of workbook which the pivot table belongs to.IPivotTableEventParamsBase.unitIdpackages/sheets-pivot/src/const/type.ts:631