chore(react): add TSDoc default for elevateEdgesOnSelect

This commit is contained in:
moklick
2025-09-17 11:24:40 +02:00
parent 83b0034810
commit 1d3a1b573e

View File

@@ -612,6 +612,7 @@ export interface ReactFlowProps<NodeType extends Node = Node, EdgeType extends E
elevateNodesOnSelect?: boolean;
/**
* Enabling this option will raise the z-index of edges when they are selected.
* @default false
*/
elevateEdgesOnSelect?: boolean;
/**