Create a wrapped iframe inside a target element. The iframe will have
width and height set to 100% and flex to 1 1 auto to fill the
container.
It is important to call view.cleanup() before removing the element from
the DOM.
Options
Readonly elementThe element container
Update the event-handlers set by the constructor.
Readonly frameThe iframe element
Current status of the view.
Observe with EventHandlers.onStatusChange
Current title of the view.
Observe with EventHandlers.onTitleChange.
Only useful for applications where a navigation bar is shown above the BridgeView.
Change the current page. Will cause the view to clear current state and load a new view.
Primarily useful when changing the page of a single view, otherwise the page can be set through the constructor.
Send a custom event to the embedded app. name and the shape of data
should be agreed upon beforehand between the host app and the embedded
app.
A unique name for the action
Optional data: anyAn optional payload of data to be sent along
Generated using TypeDoc
A view for showing subaio-content. Wraps a webview and handles communication with the embedded app, as well as interaction with the shared
Manager.No
Views should be created beforemanager.configurehas been invoked.