Defines a transition hook type and returns a transition hook registration function (which can then be used to register hooks of this type).
Defines a transition hook type and returns a transition hook registration function (which can then be used to register hooks of this type).
Adds a Path to be used as a criterion against a TreeChanges path
Adds a Path to be used as a criterion against a TreeChanges path
For example: the exiting
path in HookMatchCriteria is a STATE scoped path.
It was defined by calling defineTreeChangesCriterion('exiting', TransitionHookScope.STATE)
Each state in the exiting path is checked against the criteria and returned as part of the match.
Another example: the to
path in HookMatchCriteria is a TRANSITION scoped path.
It was defined by calling defineTreeChangesCriterion('to', TransitionHookScope.TRANSITION)
Only the tail of the to
path is checked against the criteria and returned as part of the match.
Returns the known event types, such as onBefore
If a phase argument is provided, returns only events for the given phase.
Returns the known event types, such as onBefore
If a phase argument is provided, returns only events for the given phase.
Gets a Path definition used as a criterion against a TreeChanges path
Gets a Path definition used as a criterion against a TreeChanges path
Returns the hooks registered for the given hook name
Returns the hooks registered for the given hook name
Generated using TypeDoc
Plugin API for Transition Service