Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 535 Bytes

File metadata and controls

25 lines (14 loc) · 535 Bytes

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