18 lines
492 B
Markdown
18 lines
492 B
Markdown
![]() |
---
|
||
|
title: Part
|
||
|
order: 20
|
||
|
---
|
||
|
|
||
|
Part objects hold the actual information, and together they make up your pattern.
|
||
|
|
||
|
Each Part object comes with the following properties:
|
||
|
|
||
|
- `paths` : A plain object to store your paths in
|
||
|
- `points` : A plain object to store your points in
|
||
|
- `render` : A flag that controls whether to include the part in the render output
|
||
|
- `snippets` : A plain object to store your snippets in
|
||
|
|
||
|
In addition, a Part object exposes the following methods:
|
||
|
|
||
|
<ReadMore list />
|