IOptions | @jupyterlab (original) (raw)
Interface IOptions
Options for the content factory.
interface IOptions {
editorFactory: Factory;
}
Hierarchy (View Summary)
- Cell.ContentFactory.IOptions
- IOptions
* Notebook.ContentFactory.IOptions
- IOptions
Index
Properties
Properties
editorFactory
editorFactory: Factory
The editor factory used by the content factory.