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

Hierarchy (View Summary)

Properties

eventName: EnterFullscreen

The name of the event.

The Observable instance that has raised the event.

url: string

Methods

  • Returns void