IOptions | @jupyterlab (original) (raw)
Interface IOptions
An options object for initializing a notebook content factory.
interface IOptions {
editorFactory: Factory;
}
Hierarchy (View Summary)
- StaticNotebook.ContentFactory.IOptions
- IOptions
Index
Properties
Properties
editorFactory
editorFactory: Factory
The editor factory used by the content factory.