CallHierarchyIncomingCall

Represents an incoming call, e.g. a caller of a method or constructor.

Online Documentation

Constructors

Link copied to clipboard
constructor(item: CallHierarchyItem, fromRanges: ReadonlyArray<Range>)

Create a new call object.

Properties

Link copied to clipboard

The item that makes the call.

Link copied to clipboard

The range at which at which the calls appears. This is relative to the caller denoted by {@linkcode CallHierarchyIncomingCall.from this.from}.