Options
All
  • Public
  • Public/Protected
  • All
Menu

Encapsulates information needed to create a cross-origin CrossOriginEventBus.

Hierarchy

  • CrossOriginEventBusOptions

Index

Properties

Properties

key?: string

A unique key to identify this bus. The child and parent values must match in order for any messages to be sent.

default

''

origins?: string[]

The origins allowed to communicate with this bus.

default

['*']

url?: string

If provided, the URL of the iframe to load.