Options
All
  • Public
  • Public/Protected
  • All
Menu

sendWindow and targetUrl are required, which will be the iframe's contentWindow and src properties respectively.

Hierarchy

  • Pick<ChannelOptions, "receiveWindow" | "sendWindow" | "targetUrl">
    • RemoteOptions

Index

Properties

receiveWindow?: ChannelWindow

Window that messages are received from

sendWindow?: ChannelWindow

Window that messages are sent to

targetUrl?: string | URL

Exclusive URL to receive messages from

Generated using TypeDoc