struct

LSP::DidCloseNotebookDocumentParams

Inherits JSON::Serializable < Struct < Value < Object

The params sent in a close notebook document notification.

Constructors

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
cell_text_documents=(cell_text_documents : Array(TextDocumentIdentifier))

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

Source
notebook_document

The notebook document that got closed.

Source
notebook_document=(notebook_document : NotebookDocumentIdentifier)

The notebook document that got closed.

Source