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 |
|---|---|---|---|
|
|
string |
Type of the invoker, such as | |
|
|
T |
Metadata for the source, such as |