範例互動運算流程運算流程這個範例結合了 useHandleConnections、useNodesData 和 updateNodeData 輔助函式,用於處理節點之間的資料流。index.htmlApp.svelte<script lang="ts"> const data: string = "world"; </script> <h1>Hello {data}</h1> <style> h1 { font-size: 1.5rem; } </style>唯讀在 Stackblitz 中開啟在 Codesandbox 中開啟功能概述