Home > @datashaper/workflow > BaseNode > getInputValues
Gets a map of named inputs to the current value.
Signature:
protected getInputValues(): Record<SocketName, Maybe<T>>;Returns:
Record<SocketName, Maybe<T>>
Home > @datashaper/workflow > BaseNode > getInputValues
Gets a map of named inputs to the current value.
Signature:
protected getInputValues(): Record<SocketName, Maybe<T>>;Returns:
Record<SocketName, Maybe<T>>