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

editorFactory

editorFactory: CodeEditor.Factory

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

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

Methods

createCellFooter

createCellHeader

createInputPrompt

createOutputPrompt

  • createOutputPrompt(): IOutputPrompt
  • Create an output prompt.

    Returns IOutputPrompt

createStdin

  • createStdin(options: IOptions): IStdin
  • Create an stdin widget.

    Parameters

    • options: IOptions

    Returns IStdin

Generated using TypeDoc