BeforeEditCloseDetail
Detail payload for the before-edit-close event.
Fired synchronously just before the grid clears editing state and
destroys editor DOM. At this point the commit callback is still active,
so framework adapter editors (Angular/React/Vue) can flush pending values
via their commit() callback.
Only fires on the commit path (not on revert/cancel) and only in
mode: 'row' — never in mode: 'grid'.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
rowIndex | number | Index of the row about to leave edit mode. |
rowId | string | Stable row identifier (from getRowId). |
row | TRow | Row object reference (current state — mutations are still accepted). |
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt