#Events

Most actions completed by a user will trigger custom events for which you will be able to assign a listener.

#Usage

.on(name: String, callback: Function): this

.once(name: String, callback: Function): this

.off(name: String, callback: Function): this

#Available events

#signout

  • Arguments: { event: {} }
Triggered after a user clicks on a Signout link/button.