验证

要验证节点之间的新连接,您可以使用 isValidConnection 道具,如本例所示。

<script lang="ts">
const data: string = "world";
</script>

<h1>Hello {data}</h1>

<style>
h1 {
  font-size: 1.5rem;
}
</style>
只读