Skip to content

Packages  ›  trotsky  ›  StepListMembers

StepListMembers class

Represents step for retrieving the members of a specific list, extending the StepActors functionality.

Signature:

typescript
export declare class StepListMembers<P = StepList, C extends StepListOutput = StepListOutput, O extends StepListMembersOutput = StepListMembersOutput> extends StepActors<P, C, O>

Extends: StepActors<P, C, O>

Methods

Method

Modifiers

Description

applyPagination()

Applies pagination to retrieve all members of the list, handling multiple pages of results if necessary.