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