Interface: CodeBlockEditorProps
The properties passed to the CodeBlockEditorDescriptor.Editor component.
Properties
Property | Type | Description |
---|---|---|
code | string | The code to edit. |
focusEmitter | VoidEmitter | An emitter that will execute its subscription when the editor should be focused. Note: you don't need to unsubscribe, the emiter has a single subscription model. |
language | string | The language of the fenced code block. |
meta | string | The meta of the fenced code block. |
nodeKey | string | The key of the Lexical node - use this if you are dealing with the Lexical APIs. |