Skip to content
Version: xstate@5.0.0

ActorSystem interface​

Signature:

export interface ActorSystem<T extends ActorSystemInfo> 

Properties​

PropertyModifiersTypeDescription
get<K extends keyof T['actors']>(key: K) => T['actors'][K] | undefined
inspect(observer: Observer<InspectionEvent>) => void