エッジ

ドロップ時にエッジを削除

この例では、onReconnectonReconnectStart、およびonReconnectEndハンドラーを使用してエッジを削除する方法を示しています。既存のエッジをドラッグしてペインにドロップすると、edges配列から削除されます。

export default function App() {
  const data: string = "world"

  return <h1>Hello {data}</h1>
}

読み取り専用