# NestedEditorsContextValue

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `parentEditor` | `LexicalEditor` |
| `config` | `EditorConfig` |
| `mdastNode` | `T` |
| `lexicalNode` | `DecoratorNode<any> & {
    /**
     * Use this method to update the mdast node. This will also update the mdast tree of the parent editor.
     */
    setMdastNode: (mdastNode: any) => void
  }` |
| `focusEmitter` | `VoidEmitter` |
