WebSocketAPI - v1.1.5-1 › Globals › "createWSRequest"
▸ createWSRequest(client: wsClient, id: number, name: string, body: any, method: string, settings: SettingsInterface): ServerRequest‹›
Defined in lib/createWSRequest.ts:8
Create the event for the web socket connection
Parameters:
| Name | Type |
|---|---|
client |
wsClient |
id |
number |
name |
string |
body |
any |
method |
string |
settings |
SettingsInterface |
Returns: ServerRequest‹›