Type Alias: OwnedJourneyBundle
@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.
Properties
Section titled “Properties”machine
Section titled “machine”machine: object;Defined in: react/src/react.types.ts:76
dispose
Section titled “dispose”dispose: () => void;Returns
Section titled “Returns”void