UpdatedCell
변경된 셀 정보
Signature:
export interface UpdatedCell Remarks
UpdatedRow 에서 사용된다.
Properties
| Property | Type | Description |
|---|---|---|
| fieldName | string | 필드명 |
| newValue | any | 변경 후 값 |
| oldValue | any | 변경 전 값 |
Properties Desc
fieldName
필드명
Type - string
newValue
변경 후 값
Type - any
oldValue
변경 전 값
Type - any