# CodeBlockEditorDescriptor

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `priority` | `number` |
| `match` | `(language: string | null | undefined, meta: string | null | undefined) => boolean` |
| `Editor` | `React.ComponentType<CodeBlockEditorProps>` |
