Packages › trotsky › StepSearchPosts
StepSearchPosts class
Represents a step for searching posts on Bluesky, with support for pagination.
Signature:
typescript
export declare class StepSearchPosts<P, C = null, O extends StepSearchPostsOutput = StepSearchPostsOutput> extends StepPosts<P, C, O>
Extends: StepPosts<P, C, O>
Constructors
Constructor | Modifiers | Description |
---|---|---|
Initializes the StepSearchPosts instance with the given agent, parent, and query parameters. |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
The initial query parameters for the search. |
Methods
Method | Modifiers | Description |
---|---|---|
Applies the pagination logic to retrieve posts based on the search parameters. Results are stored in the | ||
Clones the current step and returns a new instance with the same parameters. | ||
Constructs the query parameters for the current pagination step. |