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

    Interface EnterFullscreenEventData

    interface EnterFullscreenEventData {
        eventName: EnterFullscreen;
        object: WebViewExtBase;
        url: string;
        exitFullscreen(): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    eventName: EnterFullscreen

    The name of the event.

    The Observable instance that has raised the event.

    url: string

    Methods

    • Returns void