We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Javascript implementation, the EventDesc Dst (To in the JS implementation) can accept a function to implement conditional transitions (https://github.com/jakesgordon/javascript-state-machine/blob/master/docs/states-and-transitions.md#conditional-transitions).
FSM should allow conditional transitions with the target state determined via a function call at runtime.
The text was updated successfully, but these errors were encountered:
Will evaluate this at some point, thanks for suggesting.
Sorry, something went wrong.
Any news on this one ?
I’m currently not using FSM myself, but I’m open to review a PR with an implementation and take it from there.
No branches or pull requests
In the Javascript implementation, the EventDesc Dst (To in the JS implementation) can accept a function to implement conditional transitions (https://github.com/jakesgordon/javascript-state-machine/blob/master/docs/states-and-transitions.md#conditional-transitions).
FSM should allow conditional transitions with the target state determined via a function call at runtime.
The text was updated successfully, but these errors were encountered: