Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

An options object for initializing a widget. An options object for initializing a static notebook.

Hierarchy

  • IOptions

Index

Properties

Optional contentFactory

contentFactory: IContentFactory

A factory for creating content.

Optional editorConfig

editorConfig: IEditorConfig

A configuration object for the cell editor settings.

Optional languagePreference

languagePreference: string

The language preference for the model.

mimeTypeService

mimeTypeService: IEditorMimeTypeService

The service used to look up mime types.

Optional node

node: HTMLElement

The optional node to use for the widget.

If a node is provided, the widget will assume full ownership and control of the node, as if it had created the node itself.

The default is a new <div>.

Optional notebookConfig

notebookConfig: INotebookConfig

A configuration object for notebook settings.

rendermime

rendermime: IRenderMimeRegistry

The rendermime instance used by the widget.

Generated using TypeDoc