Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
guard_view [2020/04/26 03:33] 127.0.0.1 external edit |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Guard View ===== | ||
- | //>> | ||
- | Guard View displays the guard conditions for all of the transitions originating from a state. | ||
- | |||
- | {{http:// | ||
- | |||
- | ---- | ||
- | ==== Debugging with Guard View ==== | ||
- | Transitions originating from the current state shown in the header are listed. A transition may have a guard condition (defined as a transition property) and/or guard trigger. If the transition has the guard defined, the guard condition and guard trigger are displayed below the transition. | ||
- | |||
- | During the debugging, all transitions are evaluated to assess the guard conditions. Any guard that failed is color yellow. |