1
0
Fork 0
freesewing/sites/dev/docs/reference/api/stack/getpartnames/readme.mdx

13 lines
212 B
Text
Raw Normal View History

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