Skip to content

Packages  ›  trotsky  ›  StepTap  ›  (constructor)

StepTap.(constructor)

Creates an instance of StepTap.

Signature:

typescript
constructor(agent: AtpAgent, parent: P, interceptor: StepTapInterceptor);

Parameters

Parameter

Type

Description

agent

AtpAgent

The ATP agent used for API interactions.

parent

P

The parent step or context.

interceptor

StepTapInterceptor

A function that intercepts the current step for custom processing.