Options for the content factory.

interface IOptions {
    editorFactory: Factory;
}

Properties

Properties

editorFactory: Factory

The editor factory used by the content factory.

If this is not passed, a default CodeMirror editor factory will be used.