Update API doc
parent
d2125fd726
commit
621b56acd9
|
@ -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": []
|
||||||
|
|
Loading…
Reference in New Issue