THEOplayer Web SDK
    Preparing search index...

    Interface DistributionLoadedEvent

    Fired when a THEOlive distribution has been successfully loaded.

    interface DistributionLoadedEvent {
        date: Date;
        distribution: Distribution;
        type: "distributionloaded";
    }

    Hierarchy (View Summary)

    • Event<"distributionloaded">
      • DistributionLoadedEvent
    Index

    Properties

    date: Date

    The creation date of the event.

    distribution: Distribution
    type: "distributionloaded"

    The type of the event.