1
0
Fork 0

fix(markdown): Added attributes to part props

This commit is contained in:
joostdecock 2022-07-23 14:53:17 +02:00
parent 50b37f4cb5
commit 04c4c438da

View file

@ -11,6 +11,7 @@ and multiple parts together typically make up a pattern.
| Property | Description | | Property | Description |
| --------:| ----------- | | --------:| ----------- |
| `attributes` | An [Attributes](/reference/api/attributes) instance holding the part's attributes |
| `paths` | A plain object to store your paths in | | `paths` | A plain object to store your paths in |
| `points` | A plain object to store your points in | | `points` | A plain object to store your points in |
| `render` | A flag that controls whether to include the part in the render output | | `render` | A flag that controls whether to include the part in the render output |