EditingItemInfo
GridBase.getEditingItem() 에서 반환되는 오브젝트 형식
Signature:
export interface EditingItemInfo
Properties
Property | Type | Description |
---|---|---|
dataRow | number | 행의 고유번호 |
itemIndex | number | 행의 인덱스 (순서) |
values | { [fieldName: string]: string; } | 해당 행의 값들 |
Properties Desc
dataRow
행의 고유번호
Type
- number
itemIndex
행의 인덱스 (순서)
Type
- number
values
해당 행의 값들
Type
- { [fieldName: string]: string; }