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

x/xstate/src/types.ts>ActionTypes

State machines and statecharts for the modern web.
Go to Latest
enum ActionTypes
import { ActionTypes } from "https://deno.land/x/xstate@xstate@5.0.0-beta.13/src/types.ts";

Members

After = "xstate.after"
Assign = "xstate.assign"
Cancel = "xstate.cancel"
Choose = "xstate.choose"
DoneInvoke = "done.invoke"
DoneState = "done.state"
ErrorCommunication = "error.communication"
ErrorCustom = "xstate.error"
ErrorExecution = "error.execution"
ErrorPlatform = "error.platform"
Init = "xstate.init"
Invoke = "xstate.invoke"
Log = "xstate.log"
Pure = "xstate.pure"
Raise = "xstate.raise"
Send = "xstate.send"
Stop = "xstate.stop"