Skip to content

Packages  ›  trotsky  ›  StepActor  ›  (constructor)

StepActor.(constructor)

Initializes a new StepActor instance.

Signature:

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

Parameters

Parameter

Type

Description

agent

AtpAgent

The instance for API interactions.

parent

P

The parent object associated with this step.

param

Resolvable<StepActorParam>

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