IOptions | @jupyterlab (original) (raw)

Interface IOptions

Options for the content factory.

interface IOptions {
editorFactory: Factory;
}

Hierarchy (View Summary)

Index

Properties

editorFactory

Properties

editorFactory

editorFactory: Factory

The editor factory used by the content factory.