langoustine.lsp.structures.FoldingRangeParams
See theFoldingRangeParams companion object
case class FoldingRangeParams(textDocument: TextDocumentIdentifier, workDoneToken: Option[ProgressToken] = ..., partialResultToken: Option[ProgressToken] = ...)
Parameters for a [[FoldingRangeRequest]].
Value parameters
- partialResultToken
-
An optional token that a server can use to report partial results (e.g. streaming) to the client.
- textDocument
-
The text document.
- workDoneToken
-
An optional token that a server can use to report work done progress.
Attributes
- Companion
- object
- Source
- FoldingRangeParams.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article