Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/xstate/src/types.ts>TransitionConfig

State machines and statecharts for the modern web.
Go to Latest
interface TransitionConfig
import { type TransitionConfig } from "https://deno.land/x/xstate@xstate%405.0.0-beta.23/src/types.ts";

Type Parameters

TContext extends MachineContext
TExpressionEvent extends EventObject
TEvent extends EventObject
TAction extends ParameterizedObject

Properties

optional
actions: Actions<TContext, TExpressionEvent, TEvent, undefined, TAction>
optional
reenter: boolean
optional
target: TransitionTarget | undefined
optional
meta: Record<string, any>
optional
description: string