Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

An options object for initializing a cell widget. An options object for initializing a base cell widget.

Hierarchy

  • IOptions
    • IOptions

Index

Properties

Optional contentFactory

contentFactory: IContentFactory

The factory object for customizable cell children.

Optional editorConfig

editorConfig: Partial<IConfig>

The configuration options for the text editor widget.

model

The model used by the cell. The model used by the cell.

rendermime

rendermime: IRenderMimeRegistry

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