class

LSProtocol::DidCloseTextDocumentParams

Inherits JSON::Serializable / Reference / Object

The parameters sent in a close text document notification

Constructors

new(pull : JSON::PullParser)
Source
new(text_document : TextDocumentIdentifier | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

text_document

The document that was closed.

Source