# PanelSlot

> _Since v2.6.0_

A status-panel slot. Each slot becomes its own `.tbw-pinned-rows` row. *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `id?` | <code>string</code> | Optional identifier for diffing/targeted updates |
| `position?` | <code><a href="/grid/plugins/pinned-rows/types/pinnedrowsposition/">PinnedRowsPosition</a></code> | Position relative to the grid body (default: 'bottom') |
| `render` | <code><a href="/grid/plugins/pinned-rows/types/panelrender/">PanelRender</a> &#124; <a href="/grid/plugins/pinned-rows/interfaces/zonedpanelrender/">ZonedPanelRender</a>[]</code> | Render function (or array of zoned render functions). - Single `PanelRender` ⇒ rendered into the `'left'` zone. - Array of `ZonedPanelRender` ⇒ each entry rendered into its declared zone. |
