xstate-audition
    Preparing search index...

    Type Alias EmittedFromEmittedType<TActor, EventType>

    EmittedFromEmittedType: xs.ExtractEvent<
        xs.EmittedFrom<TActor["logic"]>,
        EventType,
    >

    Given a State Machine TActor and a emitted xs.EventObject.type event type (the type field of an EventObject), returns the type of the corresponding event.

    Type Parameters