Interface TheoLiveDistributionLoadedEvent

Dispatched when a THEOlive distribution has been successfully loaded.

interface TheoLiveDistributionLoadedEvent {
    date: Date;
    distribution?: TheoLiveDistribution;
    subType: TheoLiveEventType;
    type: THEOLIVE_EVENT;
}

Hierarchy (view full)

Properties

date: Date

The creation date of the event.

distribution?: TheoLiveDistribution

The distribution info.

Type of THEOlive event.

The type of the event.