1
0
Fork 0
freesewing/markdown/dev/reference/api/path/noop/en.md
2022-02-19 08:04:25 +01:00

12 lines
224 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>