IOptions | @jupyterlab (original) (raw)
Interface IOptions
The options used to create an editor widget factory.
interface IOptions {
editorServices: IEditorServices;
factoryOptions: IWidgetFactoryOptions<
IDocumentWidget<FileEditor, DocumentRegistry.IModel>,
>;
}
Index
Properties
Properties
editorServices
editorServices: IEditorServices
The editor services used by the factory.
factoryOptions
factoryOptions: IWidgetFactoryOptions<
IDocumentWidget<FileEditor, DocumentRegistry.IModel>,
>
The factory options associated with the factory.