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

16 lines
473 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,
2022-02-19 08:04:25 +01:00
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 />