View Source GenLSP.Structures.WorkDoneProgressParams (gen_lsp v0.10.0)
Link to this section Summary
Functions
Fields
- work_done_token: An optional token that a server can use to report work done progress.
Link to this section Types
@type t() :: %GenLSP.Structures.WorkDoneProgressParams{ work_done_token: GenLSP.TypeAlias.ProgressToken.t() | nil }
Link to this section Functions
fields
Fields
- work_done_token: An optional token that a server can use to report work done progress.