1
0
Fork 0
freesewing/sites/dev/docs/reference/api/stack/addpart/readme.mdx
2024-09-29 07:14:59 +02:00

16 lines
259 B
Text

---
title: Stack.addPart()
---
The `Stack.addPart()` method adds a part to the stack and returns the
original stack.
## Stack.addPart() signature
```js
Stack stack.addPart(Part part)
```
:::note
This method is chainable as it returns the Stack object
:::