diff --git a/docs/src/guide/vue-flow/config.md b/docs/src/guide/vue-flow/config.md index 40af3cac..ac44b8d0 100644 --- a/docs/src/guide/vue-flow/config.md +++ b/docs/src/guide/vue-flow/config.md @@ -777,6 +777,20 @@ const connector = (params) => { ``` +### elevate-edges-on-select + +- Type: `boolean` + +- Default: `false` + +- Details: + + When enabled, edges will be grouped by z-index and elevated when the nodes they connect to are selected. + + This is useful if you want to show the edges on top of the nodes. + + By default, edges have a z-index of 0. + ## Global Element Options ### only-render-visible-elements