ISignalMessage Interface
Packages > @fluidframework/protocol-definitions > ISignalMessage
Signature:
export interface ISignalMessage
Properties
Property | Type | Description |
---|---|---|
clientId | string | |
content | any |
Events
clientId
Signature:
clientId: string;
content
Signature:
content: any;