RowMoveDetail
Event detail emitted when a row is moved within a single grid.
For backward compatibility this type matches RowReorderPlugin’s
RowMoveDetail exactly; the row-move event continues to fire only for
intra-grid moves. Cross-grid moves emit row-transfer instead.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
row | T | The row that was moved. |
fromIndex | number | The original index of the row. |
toIndex | number | The new index of the row. |
rows | T[] | The full rows array in new order. |
source | drag | keyboard | How the move was initiated. |
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