IInboundSignalMessage Interface

Packages > @fluidframework/runtime-definitions > IInboundSignalMessage

Represents ISignalMessage with its type.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/runtime-definitions/legacy.

For more information about our API support guarantees, see here .

Signature

export interface IInboundSignalMessage extends ISignalMessage

Extends: ISignalMessage

Properties

Property Alerts Modifiers Type Description
type Alpha readonly string

Property Details

type

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/runtime-definitions/alpha.

For more information about our API support guarantees, see here .

Signature

readonly type: string;

Type: string