Page Contents
Home > @loopback/rest > InvokeMethod
InvokeMethod type
Invokes a method defined in the Application Controller
Signature:
export type InvokeMethod = (route: RouteEntry, args: OperationArgs) => Promise<OperationRetval>;
References: RouteEntry, OperationArgs, OperationRetval