The options used to create an editor widget factory.

interface IOptions {
    editorServices: IEditorServices;
    factoryOptions: IWidgetFactoryOptions<
        IDocumentWidget<FileEditor, DocumentRegistry.IModel>,
    >;
}

Properties

editorServices: IEditorServices

The editor services used by the factory.

The factory options associated with the factory.