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

File metadata and controls

25 lines (14 loc) · 527 Bytes

Home > @datashaper/workflow > isInputColumnStep

isInputColumnStep() function

Indicates whether the supplied step requires a single input column.

Signature:

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

Parameters

Parameter Type Description
verb Verb

Returns:

boolean