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

17 lines
480 B
Markdown
Raw Normal View History

2021-10-17 17:34:55 +02:00
***
title: Attributes
order: 40
2021-10-17 17:34:55 +02:00
---------
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,
2021-10-17 17:34:55 +02: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 />