Type Alias: SocketIOResponse
type SocketIOResponse = object;
Defined in: socket/index.ts:12
Properties
| Property | Type | Defined in |
|---|---|---|
actionName | "sendToRooms" | "sendToSocket" | "addSocketToRoom" | socket/index.ts:15 |
eventName? | string | socket/index.ts:13 |
parameters? | IKeyValue[] | socket/index.ts:14 |
room? | string | socket/index.ts:17 |
rooms? | string[] | socket/index.ts:16 |
socketId? | string | socket/index.ts:18 |