View source
typedef CallHierarchyPrepareParams
package languageServerProtocol.protocol
import languageServerProtocol.protocol.CallHierarchy
The parameter of a textDocument/prepareCallHierarchy
request.
Available since
3.16.0
.Fields
optionalworkDoneToken:Null<ProgressToken>
An optional token that a server can use to report work done progress.