@univerjs-pro/engine-pivot v0.5.4
Interface: IPivotTableSetFilterInfoChange
Defined in: types/json-types.ts:379
The change of setting filter information to the field in the pivot table.
Properties
Property | Type | Defined in |
---|---|---|
fieldId | string | types/json-types.ts:387 |
newFilterInfo | IPivotTableFilterInfo | types/json-types.ts:395 |
oldFilterInfo | IPivotTableFilterInfo | types/json-types.ts:391 |
type | SetFilterInfo | types/json-types.ts:383 |