UNPKG

@loopback/docs

Version:

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

75 lines (38 loc) 1.13 kB
--- lang: en title: 'API docs: socketio.socketiosendprovider.action' 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.socketiosendprovider.action.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/socketio](./socketio.md) &gt; [SocketIoSendProvider](./socketio.socketiosendprovider.md) &gt; [action](./socketio.socketiosendprovider.action.md) ## SocketIoSendProvider.action() method **Signature:** ```typescript action(done: Function, result: unknown): void; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td markdown="1"> done </td><td markdown="1"> Function </td><td markdown="1"> </td></tr> <tr><td markdown="1"> result </td><td markdown="1"> unknown </td><td markdown="1"> </td></tr> </tbody></table> **Returns:** void