# CodeBlockEditorContextValue

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `setCode` | `(code: string) => void` |
| `setLanguage` | `(language: string) => void` |
| `setMeta` | `(meta: string) => void` |
| `lexicalNode` | `CodeBlockNode` |
| `parentEditor` | `LexicalEditor` |
