RendererEditResult
Edited resulting model from a custom renderer
Signature:
export interface RendererEditResultRemarks
Should be returned in CustomCellRenderer.editClick.
Properties
| Property | Type | Description |
|---|---|---|
| commit | boolean | commit or not |
| value | any | modified value |
Properties Desc
commit
Whether commit or not
Type - boolean
value
modified value
Type - any