RealGrid2 API
Interface
RendererEditResult

RendererEditResult

Edited resulting model from a custom renderer

Signature:

export interface RendererEditResult

Remarks

Should be returned in CustomCellRenderer.editClick.

Properties

PropertyTypeDescription
commitbooleancommit or not
valueanymodified value

Properties Desc

commit

Whether commit or not

Type - boolean


value

modified value

Type - any