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 (14 loc) · 605 Bytes

File metadata and controls

24 lines (14 loc) · 605 Bytes

Home > @datashaper/workflow > StepApi > input

StepApi.input() method

Gets data from an input socket. If undefined, default input

Signature:

input(socket?: SocketName): T | undefined;

Parameters

Parameter Type Description
socket SocketName (Optional) The socket name to get data for

Returns:

T | undefined