Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookCell

Package version

Notebook cell.

Hierarchy

  • NotebookCell

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional attachments

attachments: any

Attachments associated with the cell.

cellType

cellType: string

String identifying the type of cell.

metadata

metadata: any

Cell-level metadata.

Optional outputs

Cell-level output items.

source

source: string[]

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

Generated using TypeDoc