Skip to content

Packages  ›  trotsky  ›  StepActorLists  ›  applyPagination

StepActorLists.applyPagination() method

Applies pagination to retrieve all lists associated with the actor, handling multiple pages of results if necessary.

Signature:

typescript
applyPagination(): Promise<void>;

Returns:

Promise<void>

A promise that resolves when pagination is complete.