Skip to content

Packages  ›  trotsky  ›  StepTap  ›  _interceptor

StepTap._interceptor property

The interceptor function to be executed during the apply phase. It receives the current Step instance and can perform custom operations.

Signature:

typescript
protected _interceptor: StepTapInterceptor;