1
0
Fork 0
freesewing/markdown/dev/reference/api/path/noop/en.md

13 lines
224 B
Markdown
Raw Normal View History

---
title: noop()
---
2022-02-19 08:04:25 +01:00
```js
Path path.noop(string id)
```
2022-02-19 08:04:25 +01:00
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>