# PanelSlot

> _Since v1.9.1_

Vue-typed panel slot — same shape as the vanilla `PanelSlot` but with
`VNode` render returns.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `id?` | <code>string</code> |  |
| `position?` | <code>top &#124; bottom</code> |  |
| `render` | <code><a href="/grid/vue/api/types/panelrender/">PanelRender</a> &#124; <a href="/grid/vue/api/types/zonedpanelrender/">ZonedPanelRender</a>[]</code> |  |
