@univerjs-pro/engine-pivot v0.5.4
Interface: IPivotUpdateSourceChange
Defined in: types/json-types.ts:205
The change of updating source of the field in the pivot table.
Properties
Property | Type | Defined in |
---|---|---|
newDataFieldId | string | types/json-types.ts:229 |
newSourceName | string | types/json-types.ts:221 |
oldDataFieldId | string | types/json-types.ts:225 |
oldSourceName | string | types/json-types.ts:217 |
tableFieldId | string | types/json-types.ts:213 |
type | UpdateSource | types/json-types.ts:209 |