# CreateCodeBlockNodeOptions

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

The options necessary to construct a new code block node.

## Properties

| Property | Type |
|---|---|
| `code` | `string` |
| `language` | `string` |
| `meta` | `string` |
