Interface VideoFullscreenChangeEvent

interface VideoFullscreenChangeEvent {
    fullscreen: boolean;
}

Hierarchy (view full)

Properties

Properties

fullscreen: boolean