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 | (Optional) Options for the invocation |
Returns:
any