Skip to main content
Version: v1

ISignalMessage Interface

Signature​

export interface ISignalMessage

Properties​

PropertyModifiersTypeDescription
clientConnectionNumberoptionalnumberCounts the number of signals sent by the client
clientIdstring | null
contentany
referenceSequenceNumberoptionalnumberSequence 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