Represent a configuration for a state hook
The hook called for the specified state in the specified hookType.
Must return a truly value (like true or Promise) in order to make the transition proceed, or false | Promise otherwise.
The hook type that represent when this handler for the given state will be called
Generated using TypeDoc
Represent a configuration for a state hook