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

ParameterTypeDescription
stepStep<unknown>
columnNamesstring[](Optional)

Returns:

Step<unknown>

Contents

  1. 1cloneStep() function
  2. 2Parameters