Page Contents

Home > @loopback/socketio > SocketIoInvokeMethodProvider > action

SocketIoInvokeMethodProvider.action() method

Signature:

action(context: Context, controller: ControllerClass, methodName: string, args: unknown[]): any;

Parameters

Parameter Type Description
context Context  
controller ControllerClass  
methodName string  
args unknown[]  

Returns:

any