Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModelFactory

A model factory for a console widget.

Hierarchy

  • IModelFactory

Index

Properties

Readonly codeCellContentFactory

codeCellContentFactory: IContentFactory

The factory for code cell content.

Methods

createCodeCell

  • Create a new code cell.

    Parameters

    • options: IOptions

      The options used to create the cell.

    Returns ICodeCellModel

    A new code cell. If a source cell is provided, the new cell will be initialized with the data from the source.

createRawCell

  • Create a new raw cell.

    Parameters

    • options: IOptions

      The options used to create the cell.

    Returns IRawCellModel

    A new raw cell. If a source cell is provided, the new cell will be initialized with the data from the source.

Generated using TypeDoc