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

    Type Alias EverythingHookHandler<mDT>

    EverythingHookHandler: (
        hook_context: EverythingHookContext<mDT>,
    ) => HookResult<mDT>

    Signature of an "everything" pre-transition hook handler. Like HookHandler but receives an EverythingHookContext so the handler can dispatch on hook_name.

    Type Parameters

    • mDT

    Type Declaration