Search
Preparing search index...
The search index is not available
@egodigital/ws
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"contracts"
WebSocketMessage
Interface WebSocketMessage<TData, TRef>
A web socket message.
Type parameters
TData
:
any
TRef
:
any
Hierarchy
WebSocketMessage
Index
Properties
data
ref
type
Properties
Optional
data
data
:
Nilable
<
TData
>
The data.
Optional
ref
ref
:
Nilable
<
TRef
>
Type of the reference data.
type
type
:
string
The type.
Globals
"client/
Simple
Web
Socket"
"contracts"
"index"
"server/
Simple
Web
Socket
Server"
"utils"
Disposable
Web
Socket
Message
data
ref
type
Http
Server
Http
Server
Factory
Nilable
Predicate
Url
Web
Socket
Data
Web
Socket
Server
Factory
Web
Socket
Server
Key
Generated using
TypeDoc
A web socket message.