refreshSelection ();
The refreshSelection method refreshes selection in the tree of attribute's dimensions.
To execute the example, the page must contain a MetaAttributeBreadCrumb component. Get an attribute with the index 1 for this component, name this attribute someMetaAttribute, and add the following code in the document opening event handler:
console.log("Attribute dimension tree selection is changed"); someMetaAttribute.refreshSelection();
After executing the example the attribute dimensions tree is refreshed, and an appropriate message is shown in the browser console.
See also: