@univerjs-prosheets-pivotindexinterfacesIpivottableupdatedeventparams

@univerjs-pro/sheets-pivot v0.5.4


Interface: IPivotTableUpdatedEventParams

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

The pivot table updated event callback argument.

Extends

  • IPivotTableEventParamsBase

Properties

PropertyTypeDescriptionInherited fromDefined in
changes{ changeInfo: IPivotTableChangeSet; changeType: PivotTableChangeTypeEnum; }[]The pivot table change infos, may be a ui drag operation may cause multiple changes.-packages/sheets-pivot/src/const/type.ts:714
pivotTableIdundefined | stringThe pivot table id.When create a pivot table, the id maybe undefined.IPivotTableEventParamsBase.pivotTableIdpackages/sheets-pivot/src/const/type.ts:627
unitIdstringThe unit id of workbook which the pivot table belongs to.IPivotTableEventParamsBase.unitIdpackages/sheets-pivot/src/const/type.ts:631