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

12 lines
226 B
Markdown

---
title: noop()
---
```js
Path path.noop(string id)
```
Adds a placeholder path opertion.
A `noop` operation does nothing, but is intended to be replaced later with [`Path.insop()`](#insop).
<Fixme>Add example</Fixme>