1
0
Fork 0
freesewing/markdown/dev/reference/api/stack/getPartList/en.md

13 lines
194 B
Markdown
Raw Normal View History

2023-05-07 08:37:03 -07:00
---
title: Stack.getPartList()
---
The `Stack.getPartList()` method returns an Array containing the parts
in this stack.
## Stack.getPartList() signature
```js
Part[] stack.getPartList()
```