ixfx
    Preparing search index...

    Type Alias StateChangeEvent<V>

    type StateChangeEvent<V extends Transitions> = {
        newState: StateNames<V>;
        priorState: StateNames<V>;
    }

    Type Parameters

    Index

    Properties

    Properties

    newState: StateNames<V>
    priorState: StateNames<V>