RevoGrid Documentation v4.15.8 / Components / RevogrEdit
Interface: RevogrEdit
Represents a cell editor in a grid. It manages the editing of cells by handling events, saving data, rendering the editor UI, and managing the lifecycle of the editor instance.
Properties
Property | Type | Description | Defined in |
---|---|---|---|
additionalData | any | Additional data to pass to renderer | src/components.d.ts:431 |
beforeDisconnect | () => Promise <void > | Before editor got disconnected. Can be triggered multiple times before actual disconnect. | src/components.d.ts:435 |
cancelChanges | () => Promise <void > | Cancel pending changes flag. Editor will be closed without autosave. | src/components.d.ts:439 |
column | null | ColumnDataSchemaModel | Column data for editor. | src/components.d.ts:443 |
editCell | EditCell | Cell to edit data. | src/components.d.ts:447 |
editor | null | EditorCtr | Custom editors register | src/components.d.ts:451 |
saveOnClose | boolean | Save on editor close. Defines if data should be saved on editor close. Default false | src/components.d.ts:456 |