struct LSP::ProgressParams(T)
- LSP::ProgressParams(T)
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/progress.crConstructors
Instance Method Summary
-
#token : ProgressToken
The progress token provided by the client or server.
-
#token=(token : ProgressToken)
The progress token provided by the client or server.
-
#value : T
The progress data.
-
#value=(value : T)
The progress data.