LSProtocol::SemanticTokensDeltaParams
Inherits JSON::Serializable / Reference / Object
@since 3.16.0
Constructors
new(previous_result_id : String | Nil, text_document : TextDocumentIdentifier | Nil, partial_result_token : ProgressToken | Nil = nil, work_done_token : ProgressToken | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
partial_result_token
An optional token that a server can use to report partial results (e.g. streaming) to the client.
previous_result_id
The result id of a previous response. The result Id can either point to a full response or a delta response depending on what was received last.