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

    Interface ExitFullscreenEventData

    interface ExitFullscreenEventData {
        eventName: ExitFullscreen;
        object: WebViewExtBase;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    eventName: ExitFullscreen

    The name of the event.

    The Observable instance that has raised the event.

    url: string