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

    Type Alias PostHookHandler<mDT>

    PostHookHandler: (hook_context: HookContext<mDT>) => void

    Signature of a post-transition hook handler. Invoked after a successful transition has been committed; the return value is ignored (the transition cannot be undone).

    Type Parameters

    • mDT

    Type Declaration