Packages › trotsky › StepSearchStarterPacks › (constructor)
StepSearchStarterPacks.(constructor)
Initializes the StepSearchStarterPacks instance with the given agent, parent, and query parameters.
Signature:
typescript
constructor(agent: AtpAgent, parent: P, queryParams: StepSearchStarterPacksQueryParams);Parameters
Parameter | Type | Description |
|---|---|---|
agent | AtpAgent | The AT protocol agent used for API calls. |
parent | P | The parent step in the chain. |
queryParams | The initial query parameters for the search. |