Interface UpNextManager

The up next API.

Remarks


- Available since v2.15.0.

interface UpNextManager {
    bar: UpNextBar;
    panel: UpNextPanel;
    source: undefined | UpNextSource;
    next(): void;
}

Properties

Methods

Properties

The up next bar UI component. The bar property can be used to get or set an UpNextBar that contains information on the up next bar that will be shown, such as the offset from which the up next bar will be displayed.

The up next panel UI component.

The panel property can be used to get or set an UpNextPanel that contains information on the up next panel that will be shown at the end of the video, such as the duration of the countdown.

source: undefined | UpNextSource

The up next source.

Methods

Generated using TypeDoc