13 lines
194 B
Markdown
13 lines
194 B
Markdown
![]() |
---
|
||
|
title: Stack.getPartList()
|
||
|
---
|
||
|
|
||
|
The `Stack.getPartList()` method returns an Array containing the parts
|
||
|
in this stack.
|
||
|
|
||
|
## Stack.getPartList() signature
|
||
|
|
||
|
```js
|
||
|
Part[] stack.getPartList()
|
||
|
```
|