Optional onOptional onCalled whenever an error occurs. Should handle 2 cases:
load: The iframe failed to load the page, or the page failed to
communicate in a timely manner.internal: An error occured inside the embedded application. A
built-in error screen is shown, it is not necessary for the host
application to show an error.Optional onCalled whenever the view attempts to navigate to another page.
Optional onCalled whenever the content of the iframe resizes. Is only enabled when
enableResize is set to true.
Optional onCalled whenever the status of the view changes.
Can be used to implement a custom loading-screen by hiding the
loading-screen and showing the view on a change to running or
errored.
Can be used to implement a custom error-screen by hiding the view and
showing an error page on a change to errored.
Optional onCalled whenever the view changes title.
If a host-application controlled title-bar is used, this text should be shown there.
Generated using TypeDoc
Called whenever a view attempts to close itself.