Interface VideoFullscreenChangeEvent

interface VideoFullscreenChangeEvent {
    fullscreen: boolean;
}

Hierarchy (View Summary)

Properties

Properties

fullscreen: boolean