Type Alias: ContextOf<TMachine>
@rxova/journey-react / ContextOf
type ContextOf<TMachine> = SnapshotOf<TMachine> extends object ? TContext : never;Defined in: react/src/react.types.ts:62
The context type of a machine, inferred from its snapshot.
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
TMachine |