Skip to content

Packages  ›  trotsky  ›  Step  ›  tap

Step.tap() method

Adds a StepTap step.

Signature:

typescript
tap(interceptor: StepTapInterceptor): this;

Parameters

Parameter

Type

Description

interceptor

StepTapInterceptor

Returns:

this

The current Step instance.