Interface that extends the ChainInputs interface and defines the fields required for a transform chain. It includes the transform function, inputVariables, and outputVariables properties.
ChainInputs
transform
inputVariables
outputVariables
Optional
Use callbacks instead
callbacks
Generated using TypeDoc
Interface that extends the
ChainInputs
interface and defines the fields required for a transform chain. It includes thetransform
function,inputVariables
, andoutputVariables
properties.