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

    Interface TitleChangedEventData

    interface TitleChangedEventData {
        eventName: TitleChanged;
        object: WebViewExtBase;
        title: string;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    eventName: TitleChanged

    The name of the event.

    The Observable instance that has raised the event.

    title: string
    url: string