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

    Type Alias EverythingHookContext<mDT>

    EverythingHookContext: HookContext<mDT> & { hook_name: string }

    Context object passed to "everything" hooks (EverythingHookHandler and PostEverythingHookHandler). Extends the usual HookContext with hook_name, which identifies which specific hook fired so a single handler can route on it.

    Type Parameters

    • mDT