示例节点交点交点该 useReactFlow 钩子导出 用于检查节点和区域交点的辅助函数。在本示例中,您可以拖动节点并在其与另一个节点相交时获得视觉反馈。index.htmlApp.tsxexport default function App() { const data: string = "world" return <h1>Hello {data}</h1> } 只读在 Stackblitz 中打开在 Codesandbox 中打开功能概述暗黑模式