We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f00576 commit 4fec3f4Copy full SHA for 4fec3f4
docs/GETTING_STARTED.md
@@ -83,6 +83,17 @@ This is the syntax that describes an optional parameter:
83
84
If an input is omitted, the default value of `5` will be passed to the function.
85
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
95
96
97
## What `documentation` does, so you don't have to
98
99
`documentation` does some minor magic to auto-generate documentation. Unless
screenshorts/show options.jpg
23.7 KB
0 commit comments