1
0
Fork 0

chore(markdown): Added settings.scale to shorthand docs. See #1638

This commit is contained in:
Joost De Cock 2022-01-15 21:37:42 +01:00
parent a3ebf60b97
commit c7f3788732

View file

@ -32,6 +32,7 @@ The `Part.shorthand()` method returns a plain object with the following properti
| `paths` | Holds `part.paths` |
| `Point` | The [Point constructor](/reference/api/point) |
| `points` | Holds `part.points` |
| `scale` | Holds `pattern.settings.scale` |
| `Snippet` | The [Snippet constructor](/reference/api/snippet) |
| `snippets` | Holds `part.snippets` |
| `options` | Holds `pattern.settings.options` |