Page Contents
Home > @loopback/context > InvocationContext > invokeTargetMethod
InvocationContext.invokeTargetMethod() method
Invoke the target method with the given context
Signature:
invokeTargetMethod(options?: InvocationOptions): any;
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | [InvocationOptions](/doc/en/lb4/apidocs.context.invocationoptions.html) | _(Optional)_ Options for the invocation |
Returns:
any