@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
33 lines (21 loc) • 875 B
Markdown
lang: en
title: 'API docs: rest.invokemethodprovider.value'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/rest
permalink: /doc/en/lb4/apidocs.rest.invokemethodprovider.value.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [InvokeMethodProvider](./rest.invokemethodprovider.md) > [value](./rest.invokemethodprovider.value.md)
## InvokeMethodProvider.value() method
<b>Signature:</b>
```typescript
static value(context: Context): InvokeMethod;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| context | [Context](./context.context.md) | |
<b>Returns:</b>
[InvokeMethod](./rest.invokemethod.md)