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)

Constructs a new instance of the ProxySource class

Properties

Property Modifiers Type Description

type

string

value

readonly

ResolutionSession

Methods

Method Modifiers Description

toString()