Packages > @fluidframework/protocol-definitions > ISignalMessage

ISignalMessage Interface

Interface for signals sent by the server to clients.

Signature

export interface ISignalMessage extends ISignalMessageBase

Extends: ISignalMessageBase

Properties

Property Type Description
clientId 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.

Signature

clientId: string | null;