Skip to content 

ISignalMessage Interface

Packages > @fluidframework/protocol-definitions > ISignalMessage

Signature:

export interface ISignalMessage 

Properties

List of properties of this interface
Property Type Description
clientId string
content any

Events

clientId

Signature:

clientId: string;

content

Signature:

content: any;