Interface TheoLiveDistributionEvent

Dispatched when the loading of a THEOlive distribution starts.

interface TheoLiveDistributionEvent {
    date: Date;
    distributionId: string;
    subType: TheoLiveEventType;
    type: THEOLIVE_EVENT;
}

Hierarchy (view full)

Properties

date: Date

The creation date of the event.

distributionId: string

The distribution identifier

Type of THEOlive event.

The type of the event.