Packages › trotsky › StepListMembers › applyPagination
StepListMembers.applyPagination() method
Applies pagination to retrieve all members of the list, handling multiple pages of results if necessary.
Signature:
typescript
applyPagination(): Promise<void>;
Returns:
Promise<void>
A promise that resolves when pagination is complete.