Type alias VirtualSelectMethods
VirtualSelectMethods: {
addOption: Function;
close: Function;
destroy: Function;
getDisplayValue: Function;
getNewValue: Function;
getSelectedOptions: Function;
hide: Function;
isAllSelected: Function;
open: Function;
reset: Function;
setDisabledOptions: Function;
setOptions: Function;
setValue: Function;
show: Function;
toggleSelectAll: Function;
}
Type declaration
-
addOption: Function
-
close: Function
-
destroy: Function
-
getDisplayValue: Function
-
getNewValue: Function
-
getSelectedOptions: Function
-
hide: Function
-
isAllSelected: Function
-
open: Function
-
reset: Function
-
setDisabledOptions: Function
-
setOptions: Function
-
setValue: Function
-
show: Function
-
toggleSelectAll: Function