Page Contents

Home > @loopback/context > InvocationSource

InvocationSource interface

An interface to represent the caller of the invocation

Signature:

export interface InvocationSource<T = unknown> 

Properties

Property Modifiers Type Description
type readonly string Type of the invoker, such as proxy and route
value readonly T Metadata for the source, such as ResolutionSession