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
On this page