1
0
Fork 0
freesewing/markdown/dev/reference/api/path/setrender/en.md
2021-10-17 18:26:00 +02:00

12 lines
220 B
Markdown

---
title: setRender()
---
```js
Path path.setRender(bool render)
```
This is a chainable method to sets the `path.render` property.
If you set it to `false` your path will not be rendered.
<Fixme>Add example</Fixme>