A class that implements a time-based transition.
the next state or a function that returns one
signal, that triggers the transition, or undefined if it is an unconditional transition
undefined
state from which the transition is possible
Result of setTimeout
setTimeout
Returns Signal that is triggered when the corresponding timer fires.
timer value in milliseconds
Generated using TypeDoc
A class that implements a time-based transition.