Skip to content

InspectedSnapshotEvent

Hierarchy

  • BaseInspectionEventProperties
    • InspectedSnapshotEvent

Index

Properties

actorRef

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.

event

rootId

rootId: string

snapshot

snapshot: Snapshot<unknown>

type

type: @xstate.snapshot