LSProtocol::NotebookDocumentCellChangeStructure
Inherits JSON::Serializable / Reference / Object
Structural changes to cells in a notebook document.
@since 3.18.0
Constructors
new(pull : JSON::PullParser)
Sourcenew(array : NotebookCellArrayChange | Nil, did_close : Array(TextDocumentIdentifier) | Nil = nil, did_open : Array(TextDocumentItem) | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source