1
0
Fork 0
freesewing/markdown/dev/reference/api/attributes/en.md

16 lines
474 B
Markdown
Raw Normal View History

---
title: Attributes
order: 40
---
Attributes is an object that holds attributes for a variety of other objects.
Attributes are attached to [`Point`](/reference/api/point), [`Path`](/reference/api/path), and [`Snippet`](/reference/api/snippet) objects,
as well as the internal [`Svg`](/reference/api/svg) object.
All of these have an instantiated Attributes object in their `attributes` property.
An Attributes object exposes the following methods:
<ReadMore list />