ActorSystemVersion: xstate@5.0.0On this pageActorSystem interface​Signature:export interface ActorSystem<T extends ActorSystemInfo> Properties​PropertyModifiersTypeDescriptionget<K extends keyof T['actors']>(key: K) => T['actors'][K] | undefinedinspect(observer: Observer<InspectionEvent>) => void