Interface: SandpackEditorProps

The properties passed to the CodeBlockEditorDescriptor.Editor component.

Extends

Properties

PropertyTypeDescriptionInherited from
codestringThe code to edit.CodeBlockEditorProps.code
focusEmitterVoidEmitterAn 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.CodeBlockEditorProps.focusEmitter
languagestringThe language of the fenced code block.CodeBlockEditorProps.language
metastringThe meta of the fenced code block.CodeBlockEditorProps.meta
nodeKeystringThe key of the Lexical node - use this if you are dealing with the Lexical APIs.CodeBlockEditorProps.nodeKey
presetSandpackPreset--