Skip to content

Commit 6135890

Browse files
committed
actors.mdx: Custom actor logic
1 parent cea1def commit 6135890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/actors.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@ function withLogging(actorLogic) {
462462
const loggingToggleLogic = withLogging(toggleLogic);
463463
```
464464

465-
## Custom actors
465+
## Custom actor logic
466466

467-
_Coming soon_
467+
Custom actor logic can be defined with an object that implements the interface `ActorLogic`. See the source code of `fromTransition` for an example.
468468

469469
## Empty actors
470470

0 commit comments

Comments
 (0)