Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for the content factory. An initialize options for ContentFactory.

Hierarchy

  • IContentFactory
    • IOptions

Index

Properties

Optional editorFactory

editorFactory: CodeEditor.Factory

The editor factory used by the content factory.

If this is not passed, a default CodeMirror editor factory will be used.

Methods

createCellFooter

  • createCellFooter(): ICellFooter
  • Create a new cell header for the parent widget.

    Returns ICellFooter

createCellHeader

  • createCellHeader(): ICellHeader
  • Create a new cell header for the parent widget.

    Returns ICellHeader

createInputPrompt

  • createInputPrompt(): IInputPrompt
  • Create an input prompt.

    Returns IInputPrompt

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