EditAction
Represents a single edit action that can be undone/redone
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
type | cell-edit | Type of action - currently only ‘cell-edit’ is supported |
rowIndex | number | The row index where the edit occurred |
field | string | The field (column key) that was edited |
oldValue | unknown | The value before the edit |
newValue | unknown | The value after the edit |
timestamp | number | Unix timestamp when the edit occurred |
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