Packages › trotsky › ActorMixins › streamPosts
ActorMixins.streamPosts() method
Appends a step to stream the posts of the current actor.
Signature:
typescript
streamPosts<T = StepActorStreamPosts<this>>(): T;
Returns:
T
The appended StepActorStreamPosts instance.