2021-10-17 17:34:55 +02:00
|
|
|
***
|
|
|
|
|
2021-08-25 16:09:31 +02:00
|
|
|
title: Attributes
|
|
|
|
order: 40
|
2021-10-17 17:34:55 +02:00
|
|
|
---------
|
2021-08-25 16:09:31 +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.
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
All of these have an instantiated Attributes object in their `attributes` property.
|
|
|
|
|
|
|
|
An Attributes object exposes the following methods:
|
|
|
|
|
|
|
|
<ReadMore list />
|