interface PlayerResizedEvent {
    height: string;
    timestamp: number;
    type: PlayerEvent;
    width: string;
}

Hierarchy (view full)

Properties

height: string

new height (ex : "1080px")

timestamp: number

The time at which this event was fired

Event type, e.g. 'play'

width: string

new width (ex : "1920px")