module LSP::PartialResultParams

Included Modules

Direct including types

Defined in:

base/partial_results.params.cr

Constructors

Instance Method Summary

Macros inherited from module JSON::Serializable

json_discriminator(field, mapping, *, default = nil) json_discriminator

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(**args) #

[View source]

Instance Method Detail

def partial_result_token : ProgressToken | Nil #

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


[View source]
def partial_result_token=(partial_result_token : ProgressToken | Nil) #

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


[View source]