Packages › trotsky › StepSearchPosts › applyPagination
StepSearchPosts.applyPagination() method
Applies the pagination logic to retrieve posts based on the search parameters. Results are stored in the output
property.
Signature:
typescript
/** @override */
applyPagination(): Promise<void>;
Returns:
Promise<void>