View Source GenLSP.Structures.ProgressParams (gen_lsp v0.10.0)
Link to this section Summary
Functions
Fields
- token: The progress token provided by the client or server.
- value: The progress data.
Link to this section Types
@type t() :: %GenLSP.Structures.ProgressParams{ token: GenLSP.TypeAlias.ProgressToken.t(), value: GenLSP.TypeAlias.LSPAny.t() }
Link to this section Functions
fields
Fields
- token: The progress token provided by the client or server.
- value: The progress data.