The options used to initialize a code mirror editor.

Hierarchy

  • IOptions
    • IOptions

Properties

config?: Record<string, any>

The configuration options for the editor.

extensions?: Extension[]

List of editor extensions to be added.

extensionsRegistry?: IEditorExtensionRegistry

CodeMirror extensions registry

The host widget used by the editor.

inline?: boolean

Whether the editor will be inline or not.

CodeMirror languages registry

model: IModel

The model used by the editor.

translator?: ITranslator

The configuration options for the editor.

uuid?: string

The desired uuid for the editor.

Generated using TypeDoc