Added Another Use full example with Screenshot (#1557)

This commit is contained in:
Saad Hasan 2022-12-14 17:10:07 +08:00 committed by GitHub
parent 8f005760b5
commit 4fec3f4580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -83,6 +83,17 @@ This is the syntax that describes an optional parameter:
If an input is omitted, the default value of `5` will be passed to the function.
<br/>
### **Show Options passing Value**
```js
* @param {{status : "active" | "inactive" | "inprocess"}}
```
<img src="../screenshorts/show options.jpg" />
<br/>
<br/>
## What `documentation` does, so you don't have to
`documentation` does some minor magic to auto-generate documentation. Unless

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB