struct LSP::ProgressParams(T)

Included Modules

Defined in:

lsp/progress.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def token : ProgressToken #

The progress token provided by the client or server.


[View source]
def token=(token : ProgressToken) #

The progress token provided by the client or server.


[View source]
def value : T #

The progress data.


[View source]
def value=(value : T) #

The progress data.


[View source]