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

Latest commit

 

History

History
24 lines (16 loc) · 1.03 KB

File metadata and controls

24 lines (16 loc) · 1.03 KB

Home > @datashaper/workflow > StepInput

StepInput interface

Step input data for parsing workflow schemas

Signature:

export interface StepInput<T extends object | void | unknown = unknown> 

Properties

Property Modifiers Type Description
args? T (Optional) The verb arguments
description? string (Optional)
id? string (Optional) A unique identifier for this step
input? WorkflowStepId | Record<string, WorkflowInput | WorkflowInput[] | undefined> (Optional) The bound inputs Key = Input Socket Name Value = Socket Binding to other node
verb Verb The verb being executed