Interface CallHierarchyIncomingCallsParams

The parameter of a callHierarchy/incomingCalls request.

3.16.0

interface CallHierarchyIncomingCallsParams {
    item: CallHierarchyItem;
    partialResultToken?: ProgressToken;
    workDoneToken?: ProgressToken;
}

Hierarchy (View Summary)

Properties

partialResultToken?: ProgressToken

An optional token that a server can use to report partial results (e.g. streaming) to the client.

workDoneToken?: ProgressToken

An optional token that a server can use to report work done progress.