Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/xstate/src/types.ts>AtomicStateNodeConfig

State machines and statecharts for the modern web.
Go to Latest
interface AtomicStateNodeConfig
implements StateNodeConfig<TContext, TEvent>
import { type AtomicStateNodeConfig } from "https://deno.land/x/xstate@xstate@5.0.0-beta.19/src/types.ts";

Type Parameters

TContext extends MachineContext
TEvent extends EventObject

Properties

optional
initial: undefined
optional
parallel: false | undefined
optional
states: undefined
optional
onDone: undefined