17 lines
322 B
Text
17 lines
322 B
Text
---
|
|
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
|
|
```
|