# TanStackTableCellToken

# Variable: TanStackTableCellToken

```ts
const TanStackTableCellToken: InjectionToken<Signal<any>>;
```

Defined in: [packages/angular-table/src/helpers/cell.ts:25](https://github.com/TanStack/table/blob/main/packages/angular-table/src/helpers/cell.ts#L25)

Injection token that provides access to the current cell.

This token is provided by the [TanStackTableCell](../classes/TanStackTableCell.md) directive.
