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

    Type Alias HookBoundaryKind

    HookBoundaryKind: "group enter" | "group exit" | "state enter" | "state exit"

    Kinds for FSL boundary hooks (on enter/exit &group do 'X' and the plain- state analogue). These fire post-commit when a transition crosses the subject's boundary and are not part of HookDescription (that union covers only the programmatically-registered observational hooks), so the registry widens its kind field with them.