RendererEditResult
사용자 지정 렌더러의 편집 완료 결과 모델
Signature:
export interface RendererEditResult
Remarks
CustomCellRenderer.editClick 에서 반환되어야 한다.
Properties
Property | Type | Description |
---|---|---|
commit | boolean | 커밋 여부 |
value | any | 수정된 값 |
Properties Desc
commit
커밋 여부
Type
- boolean
value
수정된 값
Type
- any