updateNodeStyle(nodeKey);
nodeKey. String. Node key.
The updateNodeStyle method refreshes styles of the specified node.
Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).
// Refresh node styles Tree.updateNodeStyle(2);
After executing the example node styles are refreshed.
See also: