CodeMirror extension factory options

interface IOptions {
    inline: boolean;
    model: CodeEditor.IModel;
}

Properties

Properties

inline: boolean

Whether the editor will be inline or not.

The model used by the editor.