Interface PublicationOfflineEvent

Fired when loading a THEOlive publication that cannot be played, for example because the publication is stopped.

interface PublicationOfflineEvent {
    date: Date;
    publicationId: string;
    type: "publicationoffline";
}

Hierarchy (view full)

  • Event<"publicationoffline">
    • PublicationOfflineEvent

Properties

date: Date

The creation date of the event.

publicationId: string
type: "publicationoffline"

The type of the event.