events.on('myEvent', (e: MyEventArg) => { // Do your work }); // Later in the code events.trigger('myEvent', { arg: 'myValue' });