Packages › trotsky › ActorMixins › followers
ActorMixins.followers() method
Appends a step to fetch the followers of the current actor.
Signature:
typescript
followers(): StepActorFollowers<this>;
Returns:
StepActorFollowers<this>
The appended StepActorFollowers instance.