Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions<T>

An options object for initializing a cell widget.

Type parameters

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.

Optional updateEditorOnShow

updateEditorOnShow: boolean

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

Generated using TypeDoc