struct

LSP::Message::DidClose::Params

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(text_document : LSP::Data::TextDocumentIdentifier = Data::TextDocumentIdentifier.new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

text_document

The document that was closed.

Source
text_document=(text_document : Data::TextDocumentIdentifier)

The document that was closed.

Source