Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Cells

Statically keeps track of cell types from builtin and third-party plugins.

Hierarchy

  • Cells

Index

Constructors

Properties

Constructors

constructor

Properties

Static builtins

builtins: {} = ...

Type declaration

  • [type: string]: (notebook: Notebook, container: HTMLElement, type: string, content: string) => Cell
      • (notebook: Notebook, container: HTMLElement, type: string, content: string): Cell
      • Parameters

        • notebook: Notebook
        • container: HTMLElement
        • type: string
        • content: string

        Returns Cell

Static plugins

plugins: {} = ...

Type declaration

  • [type: string]: (notebook: Notebook, container: HTMLElement, type: string, content: string) => Cell
      • (notebook: Notebook, container: HTMLElement, type: string, content: string): Cell
      • Parameters

        • notebook: Notebook
        • container: HTMLElement
        • type: string
        • content: string

        Returns Cell

Generated using TypeDoc