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

    Type Alias JssmHistory<mDT>

    JssmHistory: circular_buffer<[StateType, mDT]>

    Bounded history of recently-visited states paired with the data payload observed in each. Backed by circular_buffer_js, so the oldest entry is dropped silently once the configured capacity is exceeded.

    Type Parameters

    • mDT