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

Hierarchy (View Summary)

Properties

Properties

eventName: ExitFullscreen

The name of the event.

The Observable instance that has raised the event.

url: string