Skip to content

Packages  ›  trotsky  ›  StepActors  ›  each

StepActors.each() method

Appends a new StepActorsEntry instance to the step list and returns the newly created entry.

Signature:

typescript
each(iterator?: StepBuilderListIterator): StepActorsEntry<this>;

Parameters

Parameter

Type

Description

iterator

StepBuilderListIterator

(Optional)

Returns:

StepActorsEntry<this>

A new step entry configured for actor processing.