Kind: Function
Source: atloria-monorepo/packages/editor/src/plugins/sandpack/useCodeMirrorRef.ts
Signature
tsfunction useCodeMirrorRef(nodeKey: string, editorType: 'codeblock' | 'sandpack', language: string, focusEmitter: VoidEmitter)
Parameters
| Name | Type |
|---|---|
nodeKey | string |
editorType | `'codeblock' |
language | string |
focusEmitter | VoidEmitter |
Was this page helpful?