# AggregationSlot

> _Since v2.6.0_

An aggregation slot (row of computed values). Equivalent to [`AggregationRowConfig`](/grid/plugins/pinned-rows/interfaces/aggregationrowconfig.md)
but lives in the unified `slots[]` ordering.

```ts
type AggregationSlot = AggregationRowConfig
```
