Skip to content

Packages  ›  trotsky  ›  ListMixins

ListMixins class

A mixin class providing reusable list-related methods to extend step functionality. These methods append specific list-related steps to the current chain.

Signature:

typescript
export declare abstract class ListMixins<P, C, O> extends Step<P, C, O>

Extends: Step<P, C, O>

Methods

Method

Modifiers

Description

block()

Appends a step to block the current list.

feed()

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

members()

Appends a step to fetch the members of the current list.

mute()

Appends a step to mute the current list.

unblock()

Appends a step to unblock the current list.

unmute()

Appends a step to unmute the current list.