trexitycode / wirestate

MIT License
1 stars 0 forks source link

Support multiple target states for an event #11

Closed matb33 closed 5 years ago

matb33 commented 5 years ago

Example:

App&
  Main
    Start
      go -> There
    There
      back -> Start
  Toast
    Idle
      show -> Showing
    Showing
      activate -> There, Idle