Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Interfaces
LoadEventData
LoadEventData
interface LoadEventData extends EventData { error: string; navigationType: NavigationType; url: string; }
Event data containing information for the loading events of a WebView.
Summary
Properties
error
Gets the error (if any).
navigationType
Gets the navigation type of the web-view.
url
Gets the url of the web-view.
- Previous
- LoadAppCSSEventData
- Next
- LoadOptions