Interface: RTUServerToClientEvents
The events declared in the ServerToClientEvents interface are used when sending and broadcasting events. This interface is exposed to allow type augmentation.
Extends
Indexable
ts
[event: string]: anyEvents
| Event | Type | Description |
|---|---|---|
setup | (info: RTURootSetupInformation) => void | Sent when a new connection is made to the root namespace |