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

Link to this section Summary

Functions

Fields

  • partial_result_token: An optional token that a server can use to report partial results (e.g. streaming) to the client.

Link to this section Types

@type t() :: %GenLSP.Structures.PartialResultParams{
  partial_result_token: GenLSP.TypeAlias.ProgressToken.t() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.PartialResultParams{}

View Source (struct)

fields

Fields

  • partial_result_token: An optional token that a server can use to report partial results (e.g. streaming) to the client.