triggerEvents property

List<Type> triggerEvents

The list of events that this transition will trigger on. Whether the events are and/or'ed together is an implementation detail of the TransitionDefinition implementation.

Implementation

List<Type> get triggerEvents;