Components
  1. Fixture List
Components
  • Components
    • Components Overview
    • Arena
      • Arena Overview
      • Arena Management
      • Seat Selection
      • Seat Reviews
      • Website Integration
      • Customisation Options
      • Designing Maps
        • Arena Designer
        • Keyboard Controls
    • Fixture List
      • Getting started
      • Configuration
      • Generating a JWT
      • Listening to Events
      • Internationalisation
      • Theming
    • F13 JWT Example
      POST
  1. Fixture List

Listening to Events

The only way to communicate with the component is by listening to events. Use the on method to start listening to events.
An example of this is below:
You can stop listening to events using the off method

Types of events#

EventArgumentsDescription
init{id: string; }The app initialised
event-load-success{id: string; }The request loaded successfully
event-load-fail{id: string; }The request failed
performances-load-success{id: string; }The request loaded successfully
performances-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
performance-deselected{id: string; }The user deselcted their performance
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
Modified at 2025-04-15 09:32:03
Previous
Generating a JWT
Next
Internationalisation
Built with