@univerjs-pro/sheets-pivot v0.5.4


Enumeration: PivotTableOperationEnum

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

The pivot table view change operation type.

Enumeration Members

Enumeration MemberValueDescriptionDefined in
Add"add"A pivot table added to the sheet cells.packages/sheets-pivot/src/const/type.ts:231
Delete"delete"A pivot table removed from the sheet cells.packages/sheets-pivot/src/const/type.ts:239
Set"set"A pivot table updated in the sheet cells, maybe the range of the pivot table changed or the values of the pivot table cell changed.packages/sheets-pivot/src/const/type.ts:235