Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
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
navigationType
url
2 properties inherited from EventData
Click to expand

Properties

error

error: string
Gets the error (if any).
navigationType: NavigationType
Gets the navigation type of the web-view.

url

url: string
Gets the url of the web-view.