Update API doc
parent
758e72a8fc
commit
eb8078d621
|
@ -7079,14 +7079,6 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the dropdown button's DOM element."
|
"description": "Uses to pass attributes to the dropdown button's DOM element."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "loadingIcon",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "CascadeSelectPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the loading icon's DOM element."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "dropdownIcon",
|
"name": "dropdownIcon",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -7095,6 +7087,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the dropdown icon's DOM element."
|
"description": "Uses to pass attributes to the dropdown icon's DOM element."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "loadingIcon",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "CascadeSelectPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
|
"description": "Uses to pass attributes to the loading icon's DOM element."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "panel",
|
"name": "panel",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -7158,14 +7158,6 @@
|
||||||
"type": "CascadeSelectPassThroughOptionType",
|
"type": "CascadeSelectPassThroughOptionType",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the search result message text aria's DOM element."
|
"description": "Uses to pass attributes to the search result message text aria's DOM element."
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "selectedMessageAria",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "CascadeSelectPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the selected message text aria's DOM element."
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
|
Loading…
Reference in New Issue