# RowCommitEvent

> _Since v0.1.1_

Event detail for row commit events (bulk editing).

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `row` | <code>TRow</code> | The row data object |
| `rowIndex` | <code>number</code> | The row index in the data array |
| `changedRows` | <code>TRow[]</code> | Array of all rows that have been modified |
| `changedRowIndices` | <code>Set&lt;number&gt;</code> | Set of row indices that have been modified |
| `firstTimeForRow` | <code>boolean</code> | Whether this is the first modification to this row |
