2023-05-07 08:37:03 -07:00
|
|
|
---
|
|
|
|
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)
|
|
|
|
```
|
|
|
|
|
2024-09-28 13:13:48 +02:00
|
|
|
:::noteThis method is chainable as it returns the Stack object:::
|