Package version:

Interface NotebookCell

Notebook cell.

Hierarchy

  • NotebookCell

Indexable

[property: string]: any

Properties

attachments?: any

Attachments associated with the cell.

cellType: string

String identifying the type of cell.

metadata: any

Cell-level metadata.

Cell-level output items.

source: string[]

Contents of the cell, represented as an array of lines.

Generated using TypeDoc