@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
Property | Type | Description | Inherited from | Defined 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 |
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 |
unitId | string | The unit id of workbook which the pivot table belongs to. | IPivotTableEventParamsBase.unitId | packages/sheets-pivot/src/const/type.ts:631 |