Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContentFactory

The factory object for customizable cell children.

This is used to allow users of cells to customize child content.

This inherits from OutputArea.IContentFactory to avoid needless nesting and provide a single factory object for all notebook/cell/outputarea related widgets.

Hierarchy

Implemented by

Index

Properties

Readonly editorFactory

editorFactory: Factory

The editor factory we need to include in CodeEditorWrapper.IOptions.

This is a separate readonly attribute rather than a factory method as we need to pass it around.

Methods

createCellFooter

  • Create a new cell header for the parent widget.

    Returns ICellFooter

createCellHeader

  • Create a new cell header for the parent widget.

    Returns ICellHeader

createInputPrompt

createOutputPrompt

createStdin

Generated using TypeDoc