Skip to main content
The Nmbr Component currently broadcasts a limited number of lifecycle/domain events related to payroll and user navigation. Your application can listen for and react to these events in order to add your own UX experiences within your app.

Events

API

To listen and react to events, you need to use the on and off API available on window.nmbr. The first argument to on/off must be the name of the event you want to listen for, and the second argument must be a function that will execute when the event is broadcasted.