1
0
Fork 0
freesewing/markdown/dev/reference/api/config/name/en.md

19 lines
322 B
Markdown
Raw Normal View History

---
title: name
---
2022-02-05 17:44:23 +01:00
The `name` key in the pattern configuration holds the name of your design.
## Structure
2022-02-19 08:04:25 +01:00
The value should hold a string that is also a [valid NPM package
2022-02-05 17:44:23 +01:00
name](https://github.com/npm/validate-npm-package-name).
## Example
```js
name: "sorcha"
```
2022-02-05 19:07:15 +01:00
In this example, the pattern is named **sorcha**.