インタラクション

コンピューティングフロー

この例では、useHandleConnectionsuseNodesData、およびupdateNodeDataヘルパーを組み合わせて、ノード間のデータフローを処理します。

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

<h1>Hello {data}</h1>

<style>
h1 {
  font-size: 1.5rem;
}
</style>
読み取り専用