interface LoadProgressEventData {
    eventName: LoadProgress;
    object: WebViewExtBase;
    progress: number;
    url: string;
}

Hierarchy (View Summary)

Properties

eventName: LoadProgress

The name of the event.

The Observable instance that has raised the event.

progress: number
url: string