ServerDataMessage interface
Server data message
- Extends
Properties
| data | The data |
| data |
The data type |
| kind | Message type |
| sequence |
The sequence id of the data. Only available in reliable protocols |
Property Details
data
dataType
kind
Message type
kind: "serverData"
Property Value
"serverData"
sequenceId
The sequence id of the data. Only available in reliable protocols
sequenceId?: number
Property Value
number