fix(markdown): Add missing list property to Attributes and Defs docs
This commit is contained in:
parent
162982370f
commit
e10b665f36
2 changed files with 13 additions and 1 deletions
|
@ -12,6 +12,12 @@ Attributes new Attributes()
|
||||||
|
|
||||||
The Attributes constructor takes no arguments.
|
The Attributes constructor takes no arguments.
|
||||||
|
|
||||||
|
## Properties
|
||||||
|
|
||||||
|
An Attributes object comes with the following property:
|
||||||
|
|
||||||
|
- `list` : The of individual attributes.
|
||||||
|
|
||||||
## Methods
|
## Methods
|
||||||
An Attributes object exposes the following methods:
|
An Attributes object exposes the following methods:
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,15 @@ The `Defs` object in FreeSewing's core library represents an SVG document's
|
||||||
It is not directly exposed, but it is available as the `defs` attribute
|
It is not directly exposed, but it is available as the `defs` attribute
|
||||||
of an [Svg object](/reference/api/svg/defs).
|
of an [Svg object](/reference/api/svg/defs).
|
||||||
|
|
||||||
While the methods exposed by this object are typically only used internally,
|
While the properties and methods exposed by this object are typically only used internally,
|
||||||
they are documented here to facilitate development of plugins.
|
they are documented here to facilitate development of plugins.
|
||||||
|
|
||||||
|
## Properties
|
||||||
|
|
||||||
|
A Defs object comes with the following property:
|
||||||
|
|
||||||
|
- `list` : The entries of the `defs` element.
|
||||||
|
|
||||||
## Defs methods
|
## Defs methods
|
||||||
|
|
||||||
<ReadMore />
|
<ReadMore />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue