9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement

Defined in: ui/web-view/index.d.ts:127

Event data containing information for the loading events of a WebView.

Extends

Properties

error

ts
error: string;

Defined in: ui/web-view/index.d.ts:141

Gets the error (if any).


eventName

ts
eventName: string;

Defined in: data/observable/index.ts

The name of the event.

Inherited from

EventData.eventName


ts
navigationType: NavigationType;

Defined in: ui/web-view/index.d.ts:136

Gets the navigation type of the web-view.


object

ts
object: Observable;

Defined in: data/observable/index.ts

The Observable instance that has raised the event.

Inherited from

EventData.object


url

ts
url: string;

Defined in: ui/web-view/index.d.ts:131

Gets the url of the web-view.