12 lines
220 B
Markdown
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>
|