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
methodTypes 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 |
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