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

    Type Alias JssmPermittedOpt

    JssmPermittedOpt: "required" | "disallowed" | "optional"

    Three-state policy flag: 'required', 'disallowed', or 'optional'. Used by machine configuration where a default-permissive middle ground is meaningful (for example, the actions config key).