Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

An options object for initializing a base cell widget.

Hierarchy

Index

Properties

Optional contentFactory

contentFactory: IContentFactory

The factory object for customizable cell children.

Optional editorConfig

editorConfig: Partial<CodeEditor.IConfig>

The configuration options for the text editor widget.

model

model: T

The model used by the cell.

rendermime

The mime renderer for the cell widget.

Optional updateEditorOnShow

updateEditorOnShow: boolean

Whether to send an update request to the editor when it is shown.

Generated using TypeDoc