fix(docs) Add custom attributes and Snippets documentation
This commit is contained in:
parent
265833d419
commit
b53f62c4d1
8 changed files with 116 additions and 17 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue