# PinnedRowSlot

> _Since v1.9.1_

Vue-typed pinned-rows slot — either a panel slot (with Vue renderers) or a
passthrough aggregation slot.

```ts
type PinnedRowSlot = PanelSlot | AggregationSlot
```
