Customisation Options
INFO
Configuration Options (IArenaConfigOptions)
try {
await IngressoArena.create({
apiAuthToken: 'JWT.TOKEN.HERE',
apiBase: 'https://dogbex.ingresso.co.uk/f13',
eventId: '7AB',
perfId: '7AB-D',
tyrBase: 'https://charts-dev.ticketswitch.io',
options: {
controls: {
position: 'none',
},
},
});
} catch {
// noop
}
Events/Messages
on
method to start listening to events.
off
method
Types of events
Event | Arguments | Description |
---|---|---|
init | {id: string; } | The app initialised |
event-load-success | {id: string; } | The request loaded successfully |
event-load-fail | {id: string; } | The request failed |
seatmap-load-success | {id: string; } | The request loaded successfully |
seatmap-load-fail | {id: string; } | The request failed |
performance-load-success | {id: string; } | The request loaded successfully |
performance-load-fail | {id: string; } | The request failed |
availability-load-success | {id: string; } | The request loaded successfully |
availability-load-fail | {id: string; } | The request failed |
send-methods-load-success | {id: string; } | The request loaded successfully |
send-methods-load-fail | {id: string; } | The request failed |
trolley-load-success | {id: string; trolleyToken: string; } | The request loaded successfully |
trolley-load-fail | {id: string; } | The request failed |
seat-selection | {currency: ICurrency, legend: ISeatAvailabilityLegend[], selectedSeats: ISeatData[] or INonSeatData[] } | The customer has changed their seat selection |
Useful data types
Modified at 2025-04-17 12:11:07