🚀 8.9 Released! → ⚡️ New Node-API Engine Preview, 📲 ns widget ios, 💅 Tailwind v4 and more...
Read Announcement
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.