# GridToolbarContentProps

> _Since v1.8.0_

Props for GridToolbarContent.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `id?` | <code>string</code> | Unique identifier for this toolbar content entry. Defaults to a stable React-generated id (`tbw-toolbar-content-:rN:`). |
| `order?` | <code>number</code> | Render order priority. Lower values appear first. |
| `children` | <code>ReactNode</code> | React content to project into the grid shell toolbar. |

### Property Details

#### order

**Default:** `100`

---
