Update CascadeSelect.d.ts
parent
99aea5b000
commit
758e72a8fc
|
@ -62,14 +62,14 @@ export interface CascadeSelectPassThroughOptions {
|
||||||
* Uses to pass attributes to the dropdown button's DOM element.
|
* Uses to pass attributes to the dropdown button's DOM element.
|
||||||
*/
|
*/
|
||||||
dropdownButton?: CascadeSelectPassThroughOptionType;
|
dropdownButton?: CascadeSelectPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Uses to pass attributes to the loading icon's DOM element.
|
|
||||||
*/
|
|
||||||
loadingIcon?: CascadeSelectPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the dropdown icon's DOM element.
|
* Uses to pass attributes to the dropdown icon's DOM element.
|
||||||
*/
|
*/
|
||||||
dropdownIcon?: CascadeSelectPassThroughOptionType;
|
dropdownIcon?: CascadeSelectPassThroughOptionType;
|
||||||
|
/**
|
||||||
|
* Uses to pass attributes to the loading icon's DOM element.
|
||||||
|
*/
|
||||||
|
loadingIcon?: CascadeSelectPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the panel's DOM element.
|
* Uses to pass attributes to the panel's DOM element.
|
||||||
*/
|
*/
|
||||||
|
@ -102,10 +102,6 @@ export interface CascadeSelectPassThroughOptions {
|
||||||
* Uses to pass attributes to the search result message text aria's DOM element.
|
* Uses to pass attributes to the search result message text aria's DOM element.
|
||||||
*/
|
*/
|
||||||
hiddenSearchResult?: CascadeSelectPassThroughOptionType;
|
hiddenSearchResult?: CascadeSelectPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Uses to pass attributes to the selected message text aria's DOM element.
|
|
||||||
*/
|
|
||||||
selectedMessageAria?: CascadeSelectPassThroughOptionType;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue