Update API doc

pull/3946/head
GitHub Actions Bot 2023-05-10 08:19:28 +00:00
parent d2125fd726
commit 621b56acd9
1 changed files with 6 additions and 6 deletions

View File

@ -6964,12 +6964,12 @@
"description": "Uses to pass attributes to the text's DOM element." "description": "Uses to pass attributes to the text's DOM element."
}, },
{ {
"name": "inputAria", "name": "hiddenSelectedMessage",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "CascadeSelectPassThroughOptionType", "type": "CascadeSelectPassThroughOptionType",
"default": "", "default": "",
"description": "Uses to pass attributes to the input sria's DOM element." "description": "Uses to pass attributes to the hidden selected message's DOM element."
}, },
{ {
"name": "searchResultAria", "name": "searchResultAria",
@ -21530,20 +21530,20 @@
"description": "Uses to pass attributes to the slider's DOM element." "description": "Uses to pass attributes to the slider's DOM element."
}, },
{ {
"name": "hiddenAccessible", "name": "hiddenInputWrapper",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "InputSwitchPassThroughOptionType", "type": "InputSwitchPassThroughOptionType",
"default": "", "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, "optional": true,
"readonly": false, "readonly": false,
"type": "InputSwitchPassThroughOptionType", "type": "InputSwitchPassThroughOptionType",
"default": "", "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": [] "methods": []