feat: Added package documentation (wip)
This commit is contained in:
parent
f734707163
commit
02da928f04
82 changed files with 2248 additions and 466 deletions
17
sites/dev/docs/reference/api/utils/hidepresets/readme.mdx
Normal file
17
sites/dev/docs/reference/api/utils/hidepresets/readme.mdx
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: utils.hidePresets
|
||||
---
|
||||
|
||||
import { hidePresets } from '@freesewing/core'
|
||||
|
||||
The `utils.hidePresets` value holds presets to hiding parts in a FreeSewing design.
|
||||
|
||||
:::tip
|
||||
See [Hiding parts](/reference/api/part/config/hide/#presets) for an example of how to use this.
|
||||
:::
|
||||
|
||||
## Signature
|
||||
|
||||
```js
|
||||
Object utils.hideParts
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue