# PinnedRowsPanel

> _Since v0.1.1_

Custom panel definition for the legacy info bar.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `id` | <code>string</code> | Unique identifier for the panel |
| `position` | <code><a href="/grid/plugins/pinned-rows/types/panelzone/">PanelZone</a></code> | Position within the status bar |
| `render` | <code>(context: <a href="/grid/plugins/pinned-rows/interfaces/pinnedrowscontext/">PinnedRowsContext</a>) =&gt; string &#124; HTMLElement</code> | Render function for the panel content |
