8.8 released—CSS Media Query support, SF Symbols and much more...
Learn more
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.