# AggregatorConfig

> _Since v0.2.6_

Full aggregator config with optional formatter *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `aggFunc` | <code><a href="/grid/api/core/types/aggregatorref/">AggregatorRef</a></code> | The aggregator function or built-in key ('sum', 'avg', 'min', 'max', 'count', 'first', 'last') |
| `formatter?` | <code><a href="/grid/plugins/pinned-rows/types/aggregatorformatter/">AggregatorFormatter</a></code> | Optional formatter to format the computed value for display |
