DeltaIteminterface
Represents a change to a row.
Properties (7)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| action⚓︎ | "modified" | "inserted" | "unchanged" | "deleted" | x | The type of change applied to the row. |
|
| count⚓︎ | number | x | x | Count of deleted rows in case |
| row⚓︎ | any[] | x | The raw row data as an array of cell values. |
|
| rowAfter⚓︎ | any[] | x | The row data after the change as an array of cell values. |
|
| rowAfterIndex⚓︎ | number | x | The 1-based index of the row after the change. |
|
| rowBefore⚓︎ | any[] | x | The row data before the change as an array of cell values. |
|
| rowBeforeIndex⚓︎ | number | x | The 1-based index of the row before the change. |