class

LSProtocol::DocumentLinkParams

Inherits JSON::Serializable / Reference / Object

The parameters of a DocumentLinkRequest.

Constructors

new(pull : JSON::PullParser)
Source
new(text_document : TextDocumentIdentifier | Nil, partial_result_token : ProgressToken | Nil = nil, work_done_token : ProgressToken | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

partial_result_token

An optional token that a server can use to report partial results (e.g. streaming) to the client.

Source
text_document

The document to provide document links for.

Source
work_done_token

An optional token that a server can use to report work done progress.

Source