class

LSProtocol::ProgressParams

Inherits JSON::Serializable / Reference / Object

Constructors

new(token : ProgressToken | Nil, value : LSPAny | Nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

token

The progress token provided by the client or server.

Source
value

The progress data.

Source