LSProtocol::NotebookDocumentCellChanges
Inherits JSON::Serializable / Reference / Object
Cell changes to a notebook document.
@since 3.18.0
Constructors
new(pull : JSON::PullParser)
Sourcenew(data : Array(NotebookCell) | Nil = nil, structure : NotebookDocumentCellChangeStructure | Nil = nil, text_content : Array(NotebookDocumentCellContentChanges) | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source