NotebookDocumentCellChange

Describes a change to a notebook cell.

See also

Properties

Link copied to clipboard
abstract val cell: NotebookCell

The affected cell.

Link copied to clipboard
abstract val document: TextDocument?

The document of the cell or undefined when it did not change.

Link copied to clipboard

The new execution summary of the cell or undefined when it did not change.

Link copied to clipboard
abstract val metadata: Record<JsString, *>?

The new metadata of the cell or undefined when it did not change.

Link copied to clipboard

The new outputs of the cell or undefined when they did not change.