Packages › trotsky › StepLists
StepLists class
Abstract class representing a list of Lists to process.
Signature:
typescript
export declare abstract class StepLists<P = StepBuilder, C = null, O extends StepListsOutput = StepListsOutput> extends StepBuilderList<P, C, O>
Extends: StepBuilderList<P, C, O>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
StepListsEntry<this>[] | Holds the list of steps to be executed for each List entry. |
Methods
Method | Modifiers | Description |
---|---|---|
Appends a new List entry step to the current list and returns it. |