Home > @datashaper/workflow > StepFunction
Signature:
export type StepFunction<T, Args> = (source: T, args: Args, api: StepApi<T>) => T;References: StepApi
Home > @datashaper/workflow > StepFunction
Signature:
export type StepFunction<T, Args> = (source: T, args: Args, api: StepApi<T>) => T;References: StepApi