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

    Type Alias JssmEventHandler<mDT, Ev>

    JssmEventHandler: (detail: JssmEventDetailMap<mDT>[Ev]) => void

    Per-event handler signature. Receives a detail object typed by event name, so e.action (etc.) only exist where they're meaningful.

    Type Parameters

    • mDT

      The type of the machine data member.

    • Ev extends JssmEventName

      The event name.

    Type Declaration