Options for the content factory.

interface IOptions {
    editorFactory: Factory;
}

Hierarchy (view full)

Properties

Properties

editorFactory: Factory

The editor factory used by the content factory.