We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a2dc1 commit 0df835eCopy full SHA for 0df835e
docs/invoke.mdx
@@ -698,7 +698,7 @@ _Coming soon_
698
699
## Referencing Invoked Actors
700
701
-Actors can be read on `snapshot.children.<actorId>[index]`. The returned value is an `ActorRef` object, with properties like:
+Actors can be read on `snapshot.children.<actorId>`. The returned value is an `ActorRef` object, with properties like:
702
703
- `id` - the ID of the actor
704
- `send()`
@@ -712,6 +712,8 @@ actor.subscribe({
712
});
713
```
714
715
+`snapshot.children` is a key-value object where the keys are the actor ID and the value is the `ActorRef`.
716
+
717
## TypeScript
718
719
_Coming soon_
0 commit comments