A notebook cell.

A cell's document URI must be unique across ALL notebook cells and can therefore be used to uniquely identify a notebook cell or the cell's text document.

Available since

3.17.0

.

Fields

@:optionaloptionalmetadata:Null<LSPObject>

Additional metadata stored with the cell.

Note: should always be an object literal (e.g. LSPObject)

kind:NotebookCellKind

The cell's kind

executionSummary:ExecutionSummary

Additional execution summary information if supported by the client.

document:DocumentUri

The URI of the cell's text document content.