1
0
Fork 0

fix(docs) Add custom attributes and Snippets documentation

This commit is contained in:
Benjamin F 2022-12-14 21:24:28 -08:00
parent 265833d419
commit b53f62c4d1
8 changed files with 116 additions and 17 deletions

View file

@ -12,7 +12,7 @@ Path new Path()
The Path constructor takes no arguments.
## Attributes
## Properties
A Path objects comes with the following properties:
@ -24,6 +24,10 @@ A Path objects comes with the following properties:
[Path.setHidden()](/reference/api/path/sethidden) for various methods that
allow setting this in a chainable way.
<Related>
See [Using Attributes](/howtos/code/attributes)
for information about custom Attributes that can be used with Paths.
</Related>
## Example
<Example caption="Example of the Path contructor">