The THEOlive event dispatched by the THEOlive API.

interface TheoLiveEvent {
    date: Date;
    subType: TheoLiveEventType;
    type: THEOLIVE_EVENT;
}

Hierarchy (view full)

Properties

Properties

date: Date

The creation date of the event.

Type of THEOlive event.

The type of the event.