workflow.clonestep.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/workflow > cloneStep
cloneStep() function
Signature:
export declare function cloneStep(step: Step<unknown>, columnNames?: string[]): Step<unknown>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| step | Step<unknown> | |
| columnNames | string[] | (Optional) |
Returns:
Step<unknown>