Skip to content

Packages  ›  trotsky  ›  StepSearchActors  ›  (constructor)

StepSearchActors.(constructor)

Initializes the StepSearchActors instance with the given agent, parent, and query parameters.

Signature:

typescript
constructor(agent: AtpAgent, parent: P, queryParams: StepSearchActorsQueryParams);

Parameters

Parameter

Type

Description

agent

AtpAgent

The AT protocol agent used for API calls.

parent

P

The parent step in the chain.

queryParams

StepSearchActorsQueryParams

The initial query parameters for the search.