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

    Interface LoadFinishedEventData

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

    interface LoadFinishedEventData {
        error?: string;
        eventName: LoadFinished;
        navigationType?: NavigationType;
        object: WebViewExtBase;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    error?: string

    Gets the error (if any).

    eventName: LoadFinished

    The name of the event.

    navigationType?: NavigationType

    Gets the navigation type of the web-view.

    The Observable instance that has raised the event.

    url: string

    Gets the url of the web-view.