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

14 lines
200 B
Text
Raw Normal View History

2023-05-07 08:37:03 -07:00
---
title: Stack.getAnchor()
---
The `Stack.getAnchor()` method returns the Point which is the anchor
to align parts in the stack.
## Stack.getAnchor() signature
```js
Point stack.getAnchor()
```