Share via


NotebookCell interface

Notebook cell.

Properties

attachments

Attachments associated with the cell.

cellType

String identifying the type of cell.

metadata

Cell-level metadata.

outputs

Cell-level output items.

source

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

Property Details

attachments

Attachments associated with the cell.

attachments?: any

Property Value

any

cellType

String identifying the type of cell.

cellType: string

Property Value

string

metadata

Cell-level metadata.

metadata: any

Property Value

any

outputs

Cell-level output items.

outputs?: NotebookCellOutputItem[]

Property Value

source

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

source: string[]

Property Value

string[]