docs: documentation for new elevateEdgesOnSelect option

This commit is contained in:
bcakmakoglu
2022-06-23 14:54:38 +02:00
committed by Braks
parent eb28934cee
commit 6dfeebf7af

View File

@@ -777,6 +777,20 @@ const connector = (params) => {
</template>
```
### elevate-edges-on-select <Badge class="text-white" style="line-height: inherit" text="optional" vertical="top" />
- 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 <Badge class="text-white" style="line-height: inherit" text="optional" vertical="top" />