UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

89 lines (44 loc) 1.31 kB
--- lang: en title: 'API docs: socketio.defaultsocketiosequence.handle' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/loopbackio/loopback-next/tree/master/extensions/socketio permalink: /doc/en/lb4/apidocs.socketio.defaultsocketiosequence.handle.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/socketio](./socketio.md) &gt; [DefaultSocketIoSequence](./socketio.defaultsocketiosequence.md) &gt; [handle](./socketio.defaultsocketiosequence.handle.md) ## DefaultSocketIoSequence.handle() method **Signature:** ```typescript handle(methodName: string, args: unknown[], done: Function): Promise<void>; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td markdown="1"> methodName </td><td markdown="1"> string </td><td markdown="1"> </td></tr> <tr><td markdown="1"> args </td><td markdown="1"> unknown\[\] </td><td markdown="1"> </td></tr> <tr><td markdown="1"> done </td><td markdown="1"> Function </td><td markdown="1"> </td></tr> </tbody></table> **Returns:** Promise&lt;void&gt;