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

    Type Alias HookResult<mDT>

    HookResult: true | false | undefined | void | HookComplexResult<mDT>

    Return value from a HookHandler. May be a plain boolean to accept (true/undefined/void) or veto (false) the transition, or a HookComplexResult that additionally rewrites the next state and/or the next data payload.

    Type Parameters

    • mDT