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

The parameter of a typeHierarchy/subtypes request.

@since 3.17.0

Link to this section Summary

Functions

Fields

  • item
  • work_done_token: An optional token that a server can use to report work done progress.
  • 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.TypeHierarchySubtypesParams{
  item: GenLSP.Structures.TypeHierarchyItem.t(),
  partial_result_token: GenLSP.TypeAlias.ProgressToken.t() | nil,
  work_done_token: GenLSP.TypeAlias.ProgressToken.t() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.TypeHierarchySubtypesParams{}

View Source (struct)

fields

Fields

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