A glob string that matches the name of a state
Or, a function with the signature function(state) { return matches; }
which should return a boolean to indicate if a state matches.
Or, true
to match anything
A predicate type which takes a State and returns a boolean
Determines if the given state matches the matchCriteria
Determines if the given state matches the matchCriteria
a State Object to test against
A factory for a sort function for HookTuples.
A factory for a sort function for HookTuples.
The sort function first compares the Node depth (how deep in the state tree a node is), then compares the EventHook priority.
a boolean, when true, reverses the sort order for the node depth
a tuple sort function
The default transition options. Include this object when applying custom defaults: let reloadOpts = { reload: true, notify: true } let options = defaults(theirOpts, customDefaults, defaultOptions);
Generated using TypeDoc
This module contains APIs related to a Transition.
See Transition, $transitions