示例交互验证验证要验证节点之间的新连接,您可以使用 isValidConnection 道具,如本例所示。index.htmlApp.svelte<script lang="ts"> const data: string = "world"; </script> <h1>Hello {data}</h1> <style> h1 { font-size: 1.5rem; } </style>只读在 Stackblitz 中打开在 Codesandbox 中打开功能概述