# RowTransferDetail

> _Since v2.4.0_

Detail for the `row-transfer` event (fired on BOTH grids after success). *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `rows` | <code>T[]</code> | Rows that were transferred. |
| `fromGridId` | <code>string</code> | Source grid id. |
| `toGridId` | <code>string</code> | Target grid id. |
| `fromIndices` | <code>number[]</code> | Indices the rows occupied in the source grid's `_rows`. |
| `toIndex` | <code>number</code> | Insertion index in the target grid's `_rows`. |
| `operation` | <code>copy &#124; move</code> | Operation that was applied. |
