Interface IOptions

The options used to create an InputArea.

Hierarchy

  • IOptions

Properties

contentFactory: InputArea.IContentFactory

The content factory used by the widget to create children.

editorOptions?: Omit<IOptions, "host" | "model">

Editor options

model: ICellModel

The model used by the widget.

Generated using TypeDoc