View Source GenLSP.Structures.ProgressParams (gen_lsp v0.8.1)

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

Link to this function

%GenLSP.Structures.ProgressParams{}

View Source (struct)

fields

Fields

  • token: The progress token provided by the client or server.
  • value: The progress data.