workflow.isinputtableliststep.md

February 26, 2024 ยท View on GitHub

Home > @datashaper/workflow > isInputTableListStep

isInputTableListStep() function

Indicates whether this step requires more than one input table.

Signature:

export declare function isInputTableListStep(verb: Verb): boolean;

Parameters

ParameterTypeDescription
verbVerb

Returns:

boolean

Contents

  1. 1isInputTableListStep() function
  2. 2Parameters