UNPKG

@loopback/docs

Version:
30 lines (19 loc) 775 B
--- lang: en title: 'API docs: rest.invokemethodprovider.(constructor)' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.rest.invokemethodprovider.(constructor).html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [InvokeMethodProvider](./rest.invokemethodprovider.md) &gt; [(constructor)](./rest.invokemethodprovider.(constructor).md) ## InvokeMethodProvider.(constructor) Constructs a new instance of the `InvokeMethodProvider` class <b>Signature:</b> ```typescript constructor(context: Context); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | context | <code>Context</code> | |