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

Latest commit

 

History

History
21 lines (13 loc) · 595 Bytes

File metadata and controls

21 lines (13 loc) · 595 Bytes

Home > @datashaper/workflow > StepApi

StepApi interface

The API available to step functions.

Signature:

export interface StepApi<T> 

Methods

Method Description
emit(value, socket) Emits data to an output socket. If undefined, default output.
input(socket) Gets data from an input socket. If undefined, default input