LSProtocol::DidCloseNotebookDocumentParams
Inherits JSON::Serializable / Reference / Object
The params sent in a close notebook document notification.
@since 3.17.0
Constructors
new(cell_text_documents : Array(TextDocumentIdentifier) | Nil, notebook_document : NotebookDocumentIdentifier | Nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
cell_text_documents
The text documents that represent the content of a notebook cell that got closed.