workflow.basenode.getinputvalues.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/workflow > BaseNode > getInputValues

BaseNode.getInputValues() method

Gets a map of named inputs to the current value.

Signature:

protected getInputValues(): Record<SocketName, Maybe<T>>;

Returns:

Record<SocketName, Maybe<T>>