From e63fd3fef2d0c8240690029e0d40bf0384a11da4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 24 May 2023 12:29:46 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 4c3fec38c..2b0047753 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -30542,7 +30542,7 @@ }, "RadioButtonPassThroughOptions": { "description": "Custom passthrough(pt) options.", - "relatedProp": "undefined.RadioButtonProps.pt", + "relatedProp": "RadioButtonProps.pt", "props": [ { "name": "root", @@ -30698,6 +30698,22 @@ "type": "string", "default": "", "description": "Establishes a string value that labels the component." + }, + { + "name": "pt", + "optional": true, + "readonly": false, + "type": "RadioButtonPassThroughMethodOptions", + "default": "", + "description": "Uses to pass attributes to DOM elements inside the component." + }, + { + "name": "unstyled", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When enabled, it removes component related styles in the core." } ], "methods": []