# CellProps

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/editor/src/plugins/table/TableEditor.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/table/TableEditor.tsx#L307)

## Properties

| Property | Type |
|---|---|
| `parentEditor` | `LexicalEditor` |
| `lexicalTable` | `TableNode` |
| `contents` | `Mdast.PhrasingContent[]` |
| `colIndex` | `number` |
| `rowIndex` | `number` |
| `align` | `Mdast.AlignType` |
| `activeCell` | `[number, number] | null` |
| `setActiveCell` | `(cell: [number, number] | null) => void` |
| `focus` | `boolean` |
