From 812a123acb4a7ced5837d078c9be912fc0946250 Mon Sep 17 00:00:00 2001 From: Alexandre Viau Date: Mon, 12 Aug 2024 13:31:22 -0400 Subject: [PATCH] PramField: document types --- content/components/params.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/components/params.mdx b/content/components/params.mdx index e9e1249b9..8df6de826 100644 --- a/content/components/params.mdx +++ b/content/components/params.mdx @@ -40,6 +40,10 @@ icon: "text-size" Expected type of the parameter's value + + Supports `number`, `string`, `bool`, `object`. + + Arrays can be defined using the `[]` suffix. For example `string[]`.