Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContentFactory

A content factory for console children.

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

createCellHeader

createCodeCell

  • Create a new code cell widget.

    Parameters

    Returns CodeCell

createInputPrompt

createOutputPrompt

createRawCell

  • Create a new raw cell widget.

    Parameters

    Returns RawCell

createStdin

Generated using TypeDoc