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 | Type | Description |
---|---|---|
type | string | Type of the invoker, such as proxy and route |
value | T | Metadata for the source, such as ResolutionSession |