Packages › trotsky › StepBuilder › push
StepBuilder.push() method
Pushes a step to the sequence.
Signature:
typescript
push(...steps: Step<this>[]): this;
Parameters
Parameter | Type | Description |
---|---|---|
steps | Step<this>[] |
Returns:
this
The current StepBuilder instance.