UNPKG

@loopback/docs

Version:

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

35 lines (23 loc) 970 B
--- 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 <b>Signature:</b> ```typescript handle(methodName: string, args: unknown[], done: Function): Promise<void>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | methodName | string | | | args | unknown\[\] | | | done | Function | | <b>Returns:</b> Promise&lt;void&gt;