THEOplayer Web SDK
    Preparing search index...

    Interface PublicationLoadStartEvent

    Fired when the loading of a THEOlive publication starts.

    interface PublicationLoadStartEvent {
        date: Date;
        publicationId: string;
        type: "publicationloadstart";
    }

    Hierarchy (View Summary)

    • Event<"publicationloadstart">
      • PublicationLoadStartEvent
    Index

    Properties

    date: Date

    The creation date of the event.

    publicationId: string
    type: "publicationloadstart"

    The type of the event.