UNPKG

@loopback/docs

Version:
42 lines (28 loc) 1.26 kB
--- lang: en title: 'API docs: rest.invokemethodprovider' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/rest permalink: /doc/en/lb4/apidocs.rest.invokemethodprovider.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) ## InvokeMethodProvider class <b>Signature:</b> ```typescript export declare class InvokeMethodProvider implements Provider<InvokeMethod> ``` ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(context)](./rest.invokemethodprovider._constructor_.md) | | Constructs a new instance of the <code>InvokeMethodProvider</code> class | ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [context](./rest.invokemethodprovider.context.md) | | [Context](./context.context.md) | | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [action(route, args)](./rest.invokemethodprovider.action.md) | | | | [value()](./rest.invokemethodprovider.value.md) | | |