JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Type Alias JssmArrowKind

    JssmArrowKind: "none" | "legal" | "main" | "forced"

    Semantic category of an arrow's transition. 'legal' is a normal transition, 'main' is part of the machine's primary path, 'forced' may only be taken via jssm!Machine.force_transition, and 'none' means no transition exists in that direction.