Path.setHidden()

The Path.setHidden() method either hides or unhides the path depending on the value you pass it.

Signature

Javascript
Path path.setHidden(bool hidden = false)
TIP|

This method is chainable as it returns the Path object

Example

a c