Interfaces
LoadEventData
Event data containing information for the loading events of a WebView.
Defined in: ui/web-view/index.d.ts:127
Event data containing information for the loading events of a WebView.
Extends
Properties
error
error: string;Defined in: ui/web-view/index.d.ts:141
Gets the error (if any).
eventName
eventName: string;Defined in: data/observable/index.ts
The name of the event.
Inherited from
navigationType
navigationType: NavigationType;Defined in: ui/web-view/index.d.ts:136
Gets the navigation type of the web-view.
object
object: Observable;Defined in: data/observable/index.ts
The Observable instance that has raised the event.
Inherited from
url
url: string;Defined in: ui/web-view/index.d.ts:131
Gets the url of the web-view.
- Previous
- LoadAppCSSEventData
- Next
- LoadOptions