Type Alias: SocketIOResponse
SocketIOResponse =
object
Defined in: socket/index.ts:5
Properties
actionName
actionName:
"sendToRooms"|"sendToSocket"|"addSocketToRoom"
Defined in: socket/index.ts:8
eventName?
optionaleventName:string
Defined in: socket/index.ts:6
parameters?
optionalparameters:IKeyValue[]
Defined in: socket/index.ts:7
room?
optionalroom:string
Defined in: socket/index.ts:10
rooms?
optionalrooms:string[]
Defined in: socket/index.ts:9
socketId?
optionalsocketId:string
Defined in: socket/index.ts:11