Skip to content 

IInboundSignalMessage Interface

Packages > @fluidframework/runtime-definitions > IInboundSignalMessage

Represents ISignalMessage with its type.

Signature:

export interface IInboundSignalMessage extends ISignalMessage 

Extends: ISignalMessage

Properties

List of properties of this interface
Property Type Description
type string

Events

type

Signature:

type: string;