class LSProtocol::DidCloseNotebookDocumentParams
- LSProtocol::DidCloseNotebookDocumentParams
- Reference
- Object
Overview
The params sent in a close notebook document notification.
@since 3.17.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(cell_text_documents : Array(TextDocumentIdentifier) | Nil, notebook_document : NotebookDocumentIdentifier | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#cell_text_documents : Array(TextDocumentIdentifier)
The text documents that represent the content of a notebook cell that got closed.
-
#notebook_document : NotebookDocumentIdentifier
The notebook document that got closed.
Constructor Detail
def self.new(cell_text_documents : Array(TextDocumentIdentifier) | Nil, notebook_document : NotebookDocumentIdentifier | Nil)
#
Instance Method Detail
def cell_text_documents : Array(TextDocumentIdentifier)
#
The text documents that represent the content of a notebook cell that got closed.