Skip to main content
Module

x/xstate/src/inspection.ts>BaseInspectionEventProperties

Actor-based state management & orchestration for complex app logic.
Go to Latest
interface BaseInspectionEventProperties
import { type BaseInspectionEventProperties } from "https://deno.land/x/xstate@xstate%405.9.1/src/inspection.ts";

Properties

rootId: string
actorRef: AnyActorRef

The relevant actorRef for the inspection event.

  • For snapshot events, this is the actorRef of the snapshot.
  • For event events, this is the target actorRef (recipient of event).
  • For actor events, this is the actorRef of the registered actor.