2021-10-17 17:34:55 +02:00
|
|
|
***
|
|
|
|
|
|
|
|
## title: dependencies
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
```js
|
|
|
|
dependencies: {
|
|
|
|
front: "back",
|
|
|
|
sleeveplacket: ["sleeve", "cuff"]
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
An object of `key`-`value` pairs that controls the order in which pattern parts will get drafted.
|
|
|
|
|
|
|
|
<Tip>
|
|
|
|
|
|
|
|
See [Part dependencies](/advanced/dependencies) for more in-depth information on dependencies.
|
|
|
|
|
|
|
|
</Tip>
|