View Source GenLSP.Structures.PartialResultParams (gen_lsp v0.10.0)
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
fields
Fields
- partial_result_token: An optional token that a server can use to report partial results (e.g. streaming) to the client.