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

File metadata and controls

25 lines (14 loc) · 552 Bytes

Home > @datashaper/workflow > isInputColumnRecordStep

isInputColumnRecordStep() function

Indicates whether the supplied step requires a map of input columns.

Signature:

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

Parameters

Parameter Type Description
verb Verb

Returns:

boolean