WorkflowBuilderIsValidConnection
WorkflowBuilderIsValidConnection = (
params) =>boolean
Decides whether a dragged connection is allowed. Return false to block the
drop (no edge created, no flicker). Fail-open: if an endpoint can’t be
resolved to a node, the connection is allowed and this is not invoked.
Parameters
Section titled “Parameters”params
Section titled “params”WorkflowBuilderIsValidConnectionParams
Returns
Section titled “Returns”boolean