Variable eventsConst

events: {
    "anthill.seatmap.click": () => StructuredEvent;
    "anthill.seatmap.load": () => StructuredEvent;
    flixperiments: (payloads: Experiments) => AbtestEvent[];
    "hybrid.event": (payloads: HybridEvent) => StructuredEvent;
} = ...

List of hybrid events

Type declaration