Shorthand transition notation

State A
State B
State C
State D

This example demonstrates advanced assignment of actions and states via shorthand notation.

In this example, the notation is written like so:

transitions: [
    "next    : a > b > c > d",
    "back    : a < b < c < d",
    "restart : a < b   c   d"
]

Note:

Menu