StepSave class
A step
Signature:
typescript
export declare class StepSave<P = StepBuilder, C = null, O = string> extends Step<P, C, O>
Extends: Step<P, C, O>
Constructors
Constructor | Modifiers | Description |
---|---|---|
Initializes the StepSave instance with the given path. |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
| Path of the JSON file to save the current output. |
Methods
Method | Modifiers | Description |
---|---|---|
Applies the step logic to save the output to a JSON file. | ||
Clones the current step and returns a new instance with the same parameters. |