# NestedLexicalEditor

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `getContent` | `Function` | ✓ | - |
| `getUpdatedMdastNode` | `Function` | ✓ | - |
| `contentEditableProps` | `unknown` | - | - |
| `block` | `boolean` | - | - |

## Diagram

```mermaid
graph TD
    component_NestedLexicalEditor_4667bcd6["NestedLexicalEditor"]
    class component_NestedLexicalEditor_4667bcd6 rootComponent
```

## Relationships

- RENDERS → `LexicalNestedComposer`
- RENDERS → `RichTextPlugin`
- RENDERS → `ContentEditable`
- RENDERS → `SharedHistoryPlugin`
- RENDERS → `Child`
- USES_HOOK → `useNestedEditorContext`
- USES_HOOK → `useMdastNodeUpdater`
- USES_HOOK → `useLexicalNodeRemove`
- USES_HOOK → `useRealm`
- USES_HOOK → `useCellValues`
- USES_HOOK → `usePublisher`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
