Preparing search index...
The search index is not available
Documentation
Documentation
@wonderlandcloud/multi-user-server-api
WebSocketEvent
Class WebSocketEvent
Events sent between client and server.
Hierarchy
WebSocketEvent
MutePlayerEvent
Index
Constructors
constructor
Properties
data
type
Constructors
constructor
new
Web
Socket
Event
(
type
,
data
)
:
WebSocketEvent
Parameters
type
:
string
data
:
{
[
key
:
string
]
:
any
;
}
[
key
:
string
]:
any
Returns
WebSocketEvent
Properties
data
data
:
{
[
key
:
string
]
:
any
;
}
= {}
Type declaration
[
key
:
string
]:
any
type
type
:
string
= WebSocketEventTypes.DEFAULT
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
data
type
Documentation
@wonderlandcloud/multi-user-server-api
@wonderlandcloud/client
@wonderlandcloud/cli
Generated using
TypeDoc
Events sent between client and server.