# DataSourceDataDetail

> _Since v2.0.0_

Detail for `datasource:data` broadcast events. *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `rows` | <code>TRow[]</code> |  |
| `totalNodeCount` | <code>number</code> |  |
| `startNode` | <code>number</code> |  |
| `endNode` | <code>number</code> |  |
| `claimed` | <code>boolean</code> | Mutable flag — structural plugins set this to `true` when they consume the data. |
