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

    Interface WebConsoleEventData

    interface WebConsoleEventData {
        data: { level: string; lineNo: number; message: string };
        eventName: WebConsole;
        object: WebViewExtBase;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    data: { level: string; lineNo: number; message: string }
    eventName: WebConsole

    The name of the event.

    The Observable instance that has raised the event.

    url: string