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

    Interface WebConfirmEventData

    interface WebConfirmEventData {
        callback: (response: boolean) => void;
        eventName: WebConfirm;
        message: string;
        object: WebViewExtBase;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    callback: (response: boolean) => void
    eventName: WebConfirm

    The name of the event.

    message: string

    The Observable instance that has raised the event.

    url: string