# GridCellContext

> _Since v0.0.1_

Context object passed to cell renderer components.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `value` | <code>TValue</code> | The cell value for this column |
| `row` | <code>TRow</code> | The full row data object |
| `column` | <code><a href="/grid/react/api/types/columnconfig/">ColumnConfig</a>&lt;TRow&gt;</code> | The column configuration |
| `field` | <code>keyof TRow &amp; string</code> | Field key |
