GenLSP.Protocol.Structures.NotebookCell (gen_lsp v0.0.1)
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.
@since 3.17.0
properties
Properties
kind :: NotebookCellKind (required)
The cell's kind
document :: DocumentUri (required)
The URI of the cell's text document content.
metadata :: 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.