Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContentFactory

The default implementation of an IContentFactory. A namespace for cell content factory.

This includes a CodeMirror editor factory to make it easy to use out of the box.

Hierarchy

  • ContentFactory

Implements

Index

Constructors

constructor

Accessors

editorFactory

  • get editorFactory(): CodeEditor.Factory
  • The readonly editor factory that create code editors

    Returns CodeEditor.Factory

Methods

createCellFooter

createCellHeader

createInputPrompt

createOutputPrompt

  • createOutputPrompt(): IOutputPrompt

createStdin

  • createStdin(options: IOptions): IStdin

Generated using TypeDoc