Skip to content

Packages  ›  trotsky  ›  ListMixins  ›  feed

ListMixins.feed() method

Appends a step to fetch the posts from the current list's feed.

Signature:

typescript
feed(): StepListFeed<this>;

Returns:

StepListFeed<this>

The appended StepListFeed instance.