From 5a45168b8e69f3acb848edaeaaf1887d4815342a Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 10 May 2023 08:26:52 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index dc39ac309..b577f9983 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -7851,20 +7851,20 @@ "description": "Uses to pass attributes to the icon's DOM element." }, { - "name": "hiddenAccessible", + "name": "hiddenInputWrapper", "optional": true, "readonly": false, "type": "CheckboxPassThroughOptionType", "default": "", - "description": "Uses to pass attributes to the hidden accessible DOM element." + "description": "Uses to pass attributes to the hidden input wrapper's DOM element." }, { - "name": "inputAria", + "name": "hiddenInput", "optional": true, "readonly": false, "type": "CheckboxPassThroughOptionType", "default": "", - "description": "Uses to pass attributes to the input aria's DOM element." + "description": "Uses to pass attributes to the hidden input's DOM element." } ], "methods": []