Files
vue-flow/docs/src/examples/hidden.md
T
Braks d35eb96c1f docs: update examples wordings
# What's changed?

* Change example pages wordings
* Add Acknowledgement banner
2022-04-11 16:43:07 +02:00

1.5 KiB

pageClass
pageClass
examples

Hidden

You can toggle the visibility of nodes by simply setting their hidden attribute to either true or false.

Edges that are connected to a hidden node will also be hidden.

If you set the onlyRenderVisibleElements prop to true, hidden elements will not be rendered at all instead of just hiding them with css. This behavior is disabled by default, meaning all elements are rendered whether they are hidden or not.