removeHover();
The removeHover method removes the current mouseover highlighting.
Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).
// Mouseover the node and clear the current highlighting Tree.removeHover();
After executing the example the node highlighting is cleared on mouseover.
See also: