# DetailExpandDetail

> _Since v0.1.1_

Event detail for detail-expand event *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `rowIndex` | <code>number</code> | The row index that was expanded/collapsed |
| `row` | <code>Record&lt;string, unknown&gt;</code> | The row data |
| `expanded` | <code>boolean</code> | Whether the row is now expanded |
