Revert "chore: Linting for markdown and js"
This reverts commit 1c92e0f655
.
This commit is contained in:
parent
994874fa72
commit
cba1ab19c8
6627 changed files with 25791 additions and 24211 deletions
|
@ -1,10 +1,9 @@
|
|||
***
|
||||
|
||||
---
|
||||
title: Pattern
|
||||
order: 15
|
||||
---------
|
||||
---
|
||||
|
||||
The `Pattern` object in FreeSewing's core library holds all data and logic of a pattern.
|
||||
The `Pattern` object in FreeSewing's core library holds all data and logic of a pattern.
|
||||
It is the parametric blueprint that when instantiated with a user's measurements and
|
||||
objects will generated a made-to-measure pattern.
|
||||
|
||||
|
@ -19,6 +18,7 @@ A pattern is instantiated by passing a [settings object](/reference/settings/) t
|
|||
This settings objects holds, amongst other things, the measurements and options chosen by the user.
|
||||
Refer to the [settings documentation](/reference/settings/) for an exhaustive list.
|
||||
|
||||
|
||||
## Pattern properties
|
||||
|
||||
| Property | Description |
|
||||
|
@ -32,15 +32,15 @@ Refer to the [settings documentation](/reference/settings/) for an exhaustive li
|
|||
| `store` | A [Store](/en/docs/developer/api/store) instance |
|
||||
| `svg` | An [Svg](/en/docs/developer/api/svg) instance |
|
||||
|
||||
* `settings` : The settings as set by the user
|
||||
* `options` : the options as set by the user
|
||||
* `config` : The pattern configuration
|
||||
* `parts` : A plain object to hold your parts
|
||||
* `Part` : The [Part](/en/docs/developer/api/part) constructor
|
||||
* `store` : A [Store](/en/docs/developer/api/store) instance
|
||||
* `svg` : An [Svg](/en/docs/developer/api/svg) instance
|
||||
* `is` : A string that will be set to `draft` or `sample` when you respectively draft or sample a pattern.
|
||||
This allows plugins that hook into your pattern to determine what to do in a given scenario.
|
||||
- `settings` : The settings as set by the user
|
||||
- `options` : the options as set by the user
|
||||
- `config` : The pattern configuration
|
||||
- `parts` : A plain object to hold your parts
|
||||
- `Part` : The [Part](/en/docs/developer/api/part) constructor
|
||||
- `store` : A [Store](/en/docs/developer/api/store) instance
|
||||
- `svg` : An [Svg](/en/docs/developer/api/svg) instance
|
||||
- `is` : A string that will be set to `draft` or `sample` when you respectively draft or sample a pattern.
|
||||
This allows plugins that hook into your pattern to determine what to do in a given scenario.
|
||||
|
||||
## Pattern methods
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue