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

    Type Alias JssmAllowIslands

    JssmAllowIslands: true | false | "with_start"

    Controls whether the state graph may contain disconnected components (islands). true permits islands (default), false requires a single connected component, and 'with_start' permits islands only when every component contains at least one start state.