Options for the content factory.

interface IOptions {
    editorFactory: Factory;
}

Hierarchy

  • IOptions

    Properties

    Properties

    editorFactory: Factory

    The editor factory used by the content factory.