class

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)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

cell_text_documents

The text documents that represent the content of a notebook cell that got closed.

Source
notebook_document

The notebook document that got closed.

Source