ClientEvents
ClientEvents =
object
Event map type for AttachedClients. This type defines the event signatures for client attachment events.
For event name constants, see ClientEvent.
Properties
user.attached()
user.attached: (
event:Client) =>void
Parameters
| Parameter | Type |
|---|---|
event | Client |
Returns
void
user.detached()
user.detached: (
event:Client) =>void
Parameters
| Parameter | Type |
|---|---|
event | Client |
Returns
void
user.device.attached()
user.device.attached: (
event:ClientContext) =>void
Parameters
| Parameter | Type |
|---|---|
event | ClientContext |
Returns
void
user.device.detached()
user.device.detached: (
event:ClientContext) =>void
Parameters
| Parameter | Type |
|---|---|
event | ClientContext |
Returns
void