From 04c4c438da73d777ba3d3a36487cc14ada4d5cee Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sat, 23 Jul 2022 14:53:17 +0200 Subject: [PATCH] fix(markdown): Added attributes to part props --- markdown/dev/reference/api/part/en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/markdown/dev/reference/api/part/en.md b/markdown/dev/reference/api/part/en.md index 60c5eb5c91e..9c630826ea0 100644 --- a/markdown/dev/reference/api/part/en.md +++ b/markdown/dev/reference/api/part/en.md @@ -11,6 +11,7 @@ and multiple parts together typically make up a pattern. | Property | Description | | --------:| ----------- | +| `attributes` | An [Attributes](/reference/api/attributes) instance holding the part's attributes | | `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 |