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
-
-
container: HTMLElement
-
type: string
-
content: string
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
-
-
container: HTMLElement
-
type: string
-
content: string
Statically keeps track of cell types from builtin and third-party plugins.