arvo-event-handler
    Preparing search index...

    Type Alias ExecuteMachineInput

    type ExecuteMachineInput = {
        event: ArvoEvent;
        machine: ArvoMachine<any, any, any, any, any>;
        state: Snapshot<any> | null;
    }
    Index

    Properties

    Properties

    event: ArvoEvent
    machine: ArvoMachine<any, any, any, any, any>
    state: Snapshot<any> | null