LSP::NotebookCell
Inherits JSON::Serializable < Struct < Value < Object
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.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
execution_summary=(execution_summary : ExecutionSummary)
Additional execution summary information if supported by the client.