Skip to content

Commit 4fec3f4

Browse files
authored
Added Another Use full example with Screenshot (#1557)
1 parent 8f00576 commit 4fec3f4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/GETTING_STARTED.md

+11
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,17 @@ This is the syntax that describes an optional parameter:
8383
8484
If an input is omitted, the default value of `5` will be passed to the function.
8585
86+
<br/>
87+
88+
### **Show Options passing Value**
89+
90+
```js
91+
* @param {{status : "active" | "inactive" | "inprocess"}}
92+
```
93+
<img src="../screenshorts/show options.jpg" />
94+
<br/>
95+
<br/>
96+
8697
## What `documentation` does, so you don't have to
8798
8899
`documentation` does some minor magic to auto-generate documentation. Unless

screenshorts/show options.jpg

23.7 KB
Loading

0 commit comments

Comments
 (0)