ISignalMessage Interface
Signature
export interface ISignalMessage
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| clientConnectionNumber | optional |
number | Counts the number of signals sent by the client |
| clientId | string | null | ||
| content | any | ||
| referenceSequenceNumber | optional |
number | Sequence number that indicates when the signal was created in relation to the delta stream |
Property Details
clientConnectionNumber
Counts the number of signals sent by the client
Signature
clientConnectionNumber?: number;
Type: number
clientId
Signature
clientId: string | null;
Type: string | null
content
Signature
content: any;
Type: any
referenceSequenceNumber
Sequence number that indicates when the signal was created in relation to the delta stream
Signature
referenceSequenceNumber?: number;
Type: number