Interface PublicationLoadStartEvent

Fired when the loading of a THEOlive publication starts.

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

Hierarchy (view full)

  • Event<"publicationloadstart">
    • PublicationLoadStartEvent

Properties

date: Date

The creation date of the event.

publicationId: string
type: "publicationloadstart"

The type of the event.