View source
typedef NotebookCell
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Notebook
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
optionalmetadata:Null<LSPObject>
Additional metadata stored with the cell.
Note: should always be an object literal (e.g. LSPObject)
executionSummary:ExecutionSummary
Additional execution summary information if supported by the client.