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.
|
||||
|
||||
## Properties
|
||||
|
||||
An Attributes object comes with the following property:
|
||||
|
||||
- `list` : The of individual attributes.
|
||||
|
||||
## Methods
|
||||
An Attributes object exposes the following methods:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue