Options
All
  • Public
  • Public/Protected
  • All
Menu

Default implementation of IContentFactory.

Hierarchy

Implements

Index

Constructors

constructor

Accessors

editorFactory

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

    Returns Factory

Methods

createCellFooter

createCellHeader

createCodeCell

  • Create a new code cell widget.

    Notes

    If no cell content factory is passed in with the options, the one on the notebook content factory is used.

    Parameters

    Returns CodeCell

createInputPrompt

createOutputPrompt

createRawCell

  • Create a new raw cell widget.

    Notes

    If no cell content factory is passed in with the options, the one on the notebook content factory is used.

    Parameters

    Returns RawCell

createStdin

Generated using TypeDoc