CodeMirrorEditorFactory | @jupyterlab (original) (raw)
Implements
Index
Constructors
constructor
- new CodeMirrorEditorFactory(
options?: IEditorFactoryOptions,
): CodeMirrorEditorFactory CodeMirrorEditorFactory
Returns
Properties
Protected
documentCodeMirrorConfig
documentCodeMirrorConfig: Record<string, any>
Protected
extensions
Protected
inlineCodeMirrorConfig
inlineCodeMirrorConfig: Record<string, any>
Protected
languages
Protected
translator
Methods
Readonly
newDocumentEditor
- newDocumentEditor(options: CodeEditor.IOptions): CodeMirrorEditor
CodeMirrorEditor
Returns
Protected
newEditor
- newEditor(
options: CodeEditor.IOptions & IEditorExtensionFactory.IOptions,
): CodeMirrorEditor CodeMirrorEditor
Returns
The editor
Readonly
newInlineEditor
- newInlineEditor(options: CodeEditor.IOptions): CodeMirrorEditor
CodeMirrorEditor
Returns