Skip to content

Packages  ›  trotsky  ›  ActorMixins  ›  posts

ActorMixins.posts() method

Appends a step to fetch the posts of the current actor.

Signature:

typescript
posts(): StepActorPosts<this>;

Returns:

StepActorPosts<this>

The appended StepActorPosts instance.