Rxova
Skip to content

Type Alias: OwnedJourneyBundle

@rxova/journey-react


@rxova/journey-react / OwnedJourneyBundle

type OwnedJourneyBundle = object;

Defined in: react/src/react.types.ts:75

The minimum a bundle must expose for useJourney() to own its lifetime. Both tiers satisfy it; so does any object wrapping a core machine.

machine: object;

Defined in: react/src/react.types.ts:76

dispose: () => void;

void