workflow.isinputkeyvaluestep.md

February 26, 2024 ยท View on GitHub

Home > @datashaper/workflow > isInputKeyValueStep

isInputKeyValueStep() function

Indicates whether the supplied step requires an input key and value column.

Signature:

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

Parameters

ParameterTypeDescription
verbVerb

Returns:

boolean

Contents

  1. 1isInputKeyValueStep() function
  2. 2Parameters