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) · 544 Bytes

File metadata and controls

25 lines (14 loc) · 544 Bytes

Home > @datashaper/workflow > isInputColumnListStep

isInputColumnListStep() function

Indicates whether the supplied step requires multiple input columns.

Signature:

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

Parameters

Parameter Type Description
verb Verb

Returns:

boolean