CallHierarchyOutgoingCall

Represents an outgoing call, e.g. calling a getter from a method or a method from a constructor etc.

Online Documentation

Constructors

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

Create a new call object.

Properties

Link copied to clipboard

The range at which this item is called. This is the range relative to the caller, e.g the item passed to {@linkcode CallHierarchyProvider.provideCallHierarchyOutgoingCalls provideCallHierarchyOutgoingCalls} and not {@linkcode CallHierarchyOutgoingCall.to this.to}.

Link copied to clipboard

The item that is called.