UpdatedCell
Changed cell information
Signature:
export interface UpdatedCell
Remarks
[UpdatedRow](/refs/Interface/Upd atedRow).
Properties
Property | Type | Description |
---|---|---|
fieldName | string | Field name |
newValue | any | After changing the value |
oldValue | any | Value before change |
Properties Desc
fieldName
Field name
Type
- string
newValue
Value after change
Type
- any
oldValue
Value before change
Type
- any