Skip to main content

Type Alias: SocketIOResponse

SocketIOResponse = object

Defined in: socket/index.ts:5

Properties

actionName

actionName: "sendToRooms" | "sendToSocket" | "addSocketToRoom"

Defined in: socket/index.ts:8


eventName?

optional eventName: string

Defined in: socket/index.ts:6


parameters?

optional parameters: IKeyValue[]

Defined in: socket/index.ts:7


room?

optional room: string

Defined in: socket/index.ts:10


rooms?

optional rooms: string[]

Defined in: socket/index.ts:9


socketId?

optional socketId: string

Defined in: socket/index.ts:11