Update custom-edge-id-generator.md

This commit is contained in:
Moritz Klack
2025-11-25 10:42:15 +01:00
committed by GitHub
parent 8598b6bc2a
commit 9f7884b1bf

View File

@@ -2,4 +2,4 @@
'@xyflow/system': minor
---
Allow custom `getEdgeId` function in `addEdge` and `reconnectEdge`. You can now pass a custom edge ID generator via the options parameter, enabling custom edge ID schemes. Closes #5180.
Allow custom `getEdgeId` function in `addEdge` and `reconnectEdge` options to enable custom edge ID schemes.