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
| Parameter | Type | Description |
|---|---|---|
| verb | Verb |
Returns:
boolean