Interface UIRelatedContentEventMap

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

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

Hierarchy (view full)

Properties

Fired when the related content panel is hidden.

relatedchange: RelatedChangeEvent

Fired when RelatedContent.sources changes.

Fired when the related content panel is shown.