THEOplayer Web SDK
    Preparing search index...

    Interface UpNextSource

    Describes an up next source.


    - Available since v2.15.

    interface UpNextSource {
        duration?: string;
        image: string;
        link: string;
        title?: string;
    }
    Index

    Properties

    duration?: string

    The duration of the source.

    image: string

    The URL to the thumbnail of the source.

    link: string

    The URL of the source.

    title?: string

    The title of the source.