Page Contents
Home > @loopback/context > ProxySource
ProxySource class
Invocation source for injected proxies. It wraps a snapshot of the ResolutionSession that tracks the binding/injection stack.
Signature:
export declare class ProxySource implements InvocationSource<ResolutionSession>
Implements: InvocationSource<ResolutionSession>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| [(constructor)(value)](/doc/en/lb4/apidocs.context.proxysource._constructor_.html) | Constructs a new instance of the `ProxySource` class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [type](/doc/en/lb4/apidocs.context.proxysource.type.html) | string | ||
| [value](/doc/en/lb4/apidocs.context.proxysource.value.html) | `readonly` | [ResolutionSession](/doc/en/lb4/apidocs.context.resolutionsession.html) |
Methods
| Method | Modifiers | Description |
|---|---|---|
| [toString()](/doc/en/lb4/apidocs.context.proxysource.tostring.html) |