trigger (ignoreFailure, name) public
Fires an event on the current list of resolved/resolving handlers within this transition. Useful for firing events on route hierarchies that haven't fully been entered yet. Note: This method is also aliased as send
Parameters:
-
ignoreFailure
[Boolean]
- a boolean specifying whether unhandled events throw an error
-
name
String
- the name of the event to fire
Please login to continue.