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

    Interface WebAlertEventData

    interface WebAlertEventData {
        callback: () => void;
        eventName: WebAlert;
        message: string;
        object: WebViewExtBase;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    callback: () => void
    eventName: WebAlert

    The name of the event.

    message: string

    The Observable instance that has raised the event.

    url: string