Skip to content

Packages  ›  trotsky  ›  StepActors  ›  (constructor)

StepActors.(constructor)

Initializes a new StepActors instance.

Signature:

typescript
constructor(agent: AtpAgent, parent: P, param: Resolvable<StepActorsParam>);

Parameters

Parameter

Type

Description

agent

AtpAgent

The instance for API interactions.

parent

P

The parent object associated with this step.

param

Resolvable<StepActorsParam>

The parameter representing the actors to retrieve, which can be a resolvable value.