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

    Type Alias JssmHookLifecycleEventDetail<mDT>

    Detail payload fired with hook-registration and hook-removal events. Mirrors the HookDescription so inspector tools can mirror the current hook set.

    type JssmHookLifecycleEventDetail<mDT> = {
        description: HookDescription<mDT>;
    }

    Type Parameters

    • mDT
    Index
    description: HookDescription<mDT>