ixfx
    Preparing search index...

    Type Alias IoEvents<StateMachineTransitions>

    type IoEvents<StateMachineTransitions extends Transitions> = {
        change: StateChangeEvent<StateMachineTransitions>;
        data: IoDataEvent;
    }

    Type Parameters

    • StateMachineTransitions extends Transitions
    Index

    Properties

    Properties