# useCodeMirrorRef

**Kind:** Function

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

## Signature

```ts
function useCodeMirrorRef(nodeKey: string, editorType: 'codeblock' | 'sandpack', language: string, focusEmitter: VoidEmitter)
```

## Parameters

| Name | Type |
|---|---|
| `nodeKey` | `string` |
| `editorType` | `'codeblock' | 'sandpack'` |
| `language` | `string` |
| `focusEmitter` | `VoidEmitter` |
