@nativescript-community/ui-webview-root
    Preparing search index...

    Interface LoadProgressEventData

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

    Hierarchy (View Summary)

    Index

    Properties

    eventName: LoadProgress

    The name of the event.

    The Observable instance that has raised the event.

    progress: number
    url: string