Register a listener for an event.
Unregister a listener for an event.
Emit an event.
Setups up messaging between this instance/module and a parent window. Used for embedding modules into other web platforms.
The parent window that will be embedding the widget and communicating with it.
Cleans up the listeners and removes the parent/module communication channel.
Listens for incoming messages from the parent window, checks that we are the intended target, and dispatches the message to the local message bus.
Sends a message out to the parent window.
Generated using TypeDoc
HAndles messaging into and out of the app with a predefined set of events that can be handled.