THEOplayer Web SDK
    Preparing search index...

    Interface UIRelatedContentEventMap

    The events fired by the related content API (with ui).

    interface UIRelatedContentEventMap {
        hide: RelatedHideEvent;
        relatedchange: RelatedChangeEvent;
        show: RelatedShowEvent;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Fired when the related content panel is hidden.

    relatedchange: RelatedChangeEvent

    Fired when RelatedContent.sources changes.

    Fired when the related content panel is shown.