# GridCellContext

> _Since v0.1.0_

Context object passed to the cell renderer template.
Contains the cell value, row data, and column configuration.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `$implicit` | <code>TValue</code> | The cell value for this column |
| `value` | <code>TValue</code> | The cell value (explicit binding) |
| `row` | <code>TRow</code> | The full row data object |
| `column` | <code>unknown</code> | The column configuration |
