Skip to content

Type Alias: EmbedProtocolMessage

ts
type EmbedProtocolMessage = 
  | HostToEmbedMessage
  | EmbedToHostMessage;

Either direction — what a message listener on either end may see.

Ridge AI