示例交互防止循环防止循环在 验证 示例中,我们看到了如何使用 isValidConnection 回调来阻止创建某些连接。本示例展示了如何使用 getOutgoers 工具来检查新连接是否会导致流程中的循环。index.htmlApp.tsxexport default function App() { const data: string = "world" return <h1>Hello {data}</h1> } 只读在 Stackblitz 中打开在 Codesandbox 中打开功能概述暗黑模式