Interface CallHierarchyIncomingCall

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

3.16.0

interface CallHierarchyIncomingCall {
    from: CallHierarchyItem;
    fromRanges: Range[];
}

Properties

Properties

The item that makes the call.

fromRanges: Range[]

The ranges at which the calls appear. This is relative to the caller denoted by this.from.