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<IConfig>

The configuration options for the text editor widget.

Optional maxNumberOutputs

maxNumberOutputs: number

The maximum number of output items to display in cell output.

model

The model used by the cell.

Optional placeholder

placeholder: boolean

Whether this cell is a placeholder for future rendering.

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