ISignalMessage Interface
Interface for signals sent by the server to clients.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
export interface ISignalMessage extends ISignalMessageBase
Extends: ISignalMessageBase
Properties
Property | Alerts | Type | Description |
---|---|---|---|
clientId | Alpha |
string | null | The client ID that submitted the message. For server generated messages the clientId will be null. |
Property Details
clientId
The client ID that submitted the message. For server generated messages the clientId will be null.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
clientId: string | null;
Type: string | null