ecspresso
    Preparing search index...

    Interface StateMachineComponentTypes<S>

    Component types provided by the state machine plugin.

    interface StateMachineComponentTypes<S extends string = string> {
        stateMachine: StateMachine<S>;
    }

    Type Parameters

    • S extends string = string

      Union of state name strings (default: string)

    Index

    Properties

    Properties

    stateMachine: StateMachine<S>