Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.04 KB

File metadata and controls

32 lines (20 loc) · 1.04 KB

WebSocketAPI - v1.1.5-1Globals"createWSRequest"

Module: "createWSRequest"

Index

Functions

Functions

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‹›