UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

31 lines (20 loc) 879 B
--- lang: en title: 'API docs: context.proxysource._constructor_' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/context permalink: /doc/en/lb4/apidocs.context.proxysource._constructor_.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/context](./context.md) &gt; [ProxySource](./context.proxysource.md) &gt; [(constructor)](./context.proxysource._constructor_.md) ## ProxySource.(constructor) Constructs a new instance of the `ProxySource` class <b>Signature:</b> ```typescript constructor(value: ResolutionSession); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | value | [ResolutionSession](./context.resolutionsession.md) | |