@univerjs-pro/engine-pivot v0.5.4
Interface: IPivotTableRenameFieldChange
Defined in: types/json-types.ts:283
The change of renaming the field in the pivot table.
Properties
Property | Type | Defined in |
---|---|---|
fieldId | string | types/json-types.ts:291 |
newName | string | types/json-types.ts:299 |
oldName | string | types/json-types.ts:295 |
type | RenameField | types/json-types.ts:287 |