LSP::DidCloseNotebookDocumentParams
Inherits JSON::Serializable < Struct < Value < Object
The params sent in a close notebook document notification.
Constructors
new(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.
cell_text_documents=(cell_text_documents : Array(TextDocumentIdentifier))
The text documents that represent the content of a notebook cell that got closed.
notebook_document=(notebook_document : NotebookDocumentIdentifier)
The notebook document that got closed.