fires after unselecting an item
afterUnSelect: (id: string | number) => void;
Parameters:id: string | number
- the id of an itemExample
component.selection.events.on("afterUnSelect", function(id){
console.log("An item is unselected");
});
note
The event can be applied to the DataView, List, Tree components.
Starting from v7.0, you can also apply the simplified version of the event:
component.events.on("afterUnSelect", function(id) {
console.log(id);
});
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4