Closed Metamogul closed 6 months ago
This PR closes #75. It adds an additional configuration method OnExitWith that allows setting a specific action for leaving a state with a specific trigger similar to OnEntryFrom.
OnExitWith
OnEntryFrom
Sure thing! Looks like I had overlooked some tests; I've matched the coverage so it is en par now with the existing tests for OnEntryFrom.
This PR closes #75. It adds an additional configuration method
OnExitWith
that allows setting a specific action for leaving a state with a specific trigger similar toOnEntryFrom
.