16 lines
474 B
Markdown
16 lines
474 B
Markdown
![]() |
---
|
||
|
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 />
|