IInboundSignalMessage Interface
Represents ISignalMessage with its type.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
export interface IInboundSignalMessage extends ISignalMessage
Extends: ISignalMessage
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
type | Alpha |
readonly |
string |
Property Details
type
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
readonly type: string;
Type: string