Skip to content
New issue

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

Provide state "traits" #442

Open
dennisklein opened this issue Aug 26, 2022 · 0 comments
Open

Provide state "traits" #442

dennisklein opened this issue Aug 26, 2022 · 0 comments
Labels
feature New feature or request
Milestone

Comments

@dennisklein
Copy link
Member

States with auto transitions are sometimes not interesting to the user, it should be possible to filter them (essentially without having to know explicitly which states have an auto transition):

SubscribeToStateChange([](auto state){
  if (HasManualTransition(state)) {
    // ...
  }
});
@dennisklein dennisklein added the feature New feature or request label Aug 26, 2022
@dennisklein dennisklein added this to the v1.5 milestone Aug 26, 2022
@dennisklein dennisklein modified the milestones: v1.5, v1.6, next Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant