示例节点更新节点更新节点您可以自由更新节点和边的属性,只要您将新创建的 nodes 或 edges 数组传递给 ReactFlow。 您必须在节点上创建一个新的 data 对象,以通知 React Flow 关于数据更改。index.htmlApp.tsxexport default function App() { const data: string = "world" return <h1>Hello {data}</h1> } 只读在 Stackblitz 中打开在 Codesandbox 中打开功能概述暗黑模式