We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7d13b commit ce5b15aCopy full SHA for ce5b15a
content/components/params.mdx
@@ -40,6 +40,10 @@ icon: "text-size"
40
41
<ParamField body="type" type="string">
42
Expected type of the parameter's value
43
+
44
+ Supports `number`, `string`, `bool`, `object`.
45
46
+ Arrays can be defined using the `[]` suffix. For example `string[]`.
47
</ParamField>
48
49
<ParamField body="required" type="boolean">
0 commit comments