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

    Interface WebViewEventData

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

    interface WebViewEventData {
        data?: any;
        object: WebViewExtBase;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data?: any

    The Observable instance that has raised the event.