# CellEditor

**Kind:** Component

**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#L340)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `focus` | `any` | ✓ | - |
| `setActiveCell` | `any` | ✓ | - |
| `parentEditor` | `any` | ✓ | - |
| `lexicalTable` | `any` | ✓ | - |
| `contents` | `any` | ✓ | - |
| `colIndex` | `any` | ✓ | - |
| `rowIndex` | `any` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_CellEditor_79b7a9f9["CellEditor"]
    class component_CellEditor_79b7a9f9 rootComponent
```

## Relationships

- RENDERS → `LexicalNestedComposer`
- RENDERS → `RichTextPlugin`
- RENDERS → `ContentEditable`
- RENDERS → `Child`
- RENDERS → `HistoryPlugin`
- USES_HOOK → `useCellValues`
- USES_HOOK → `useState`
- USES_HOOK → `useCallback`
- USES_HOOK → `useEffect`

## Referenced By

- `Cell` (RENDERS)
