interface ViewModeChangedEvent {
    from: ViewMode;
    legacy: boolean;
    timestamp: number;
    to: ViewMode;
    type: PlayerEvent;
}

Hierarchy (view full)

Properties

from: ViewMode
legacy: boolean
timestamp: number

The time at which this event was fired

Event type, e.g. 'play'