workflow.basenode.getinputerrors.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/workflow > BaseNode > getInputErrors
BaseNode.getInputErrors() method
Gets a map of named inputs to any errors emitted
Signature:
protected getInputErrors(): Record<SocketName, unknown>;
Returns:
Record<SocketName, unknown>