ecspresso
    Preparing search index...

    Interface StateMachineEventTypes<S>

    Event types provided by the state machine plugin.

    interface StateMachineEventTypes<S extends string = string> {
        stateTransition: StateTransitionEvent<S>;
    }

    Type Parameters

    • S extends string = string

      Union of state name strings (default: string)

    Index

    Properties

    Properties

    stateTransition: StateTransitionEvent<S>