class LSProtocol::ProgressParams

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token : ProgressToken | Nil, value : LSPAny | Nil) #

[View source]
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 value : LSPAny #

The progress data.


[View source]