Type Alias: EventPayloadOf<TMachine, TEvent>
@rxova/journey-react / EventPayloadOf
type EventPayloadOf<TMachine, TEvent> = JourneyEventPayloads<ContextOf<TMachine>, StepIdOf<TMachine>, SnapshotOf<TMachine>>[TEvent];Defined in: react/src/react.types.ts:66
The payload a machine delivers for one of its subscription events.
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
TMachine |
TEvent extends JourneySubscriptionEvent |