HieTreeView.refresh

Syntax

refresh (args);

Parameters

args. Sets parameters that define elements to be refreshed.

Description

The refresh method refreshes the tree.

Example

To execute the example, create a service for working with time series, create a component that will show hierarchy of time series database named maTree (see MetaAttributeTree Constructor), and add the following code in the <SCRIPT> tag:

	console.log("Refresh tree");
	maTree.refresh();

After executing the example the tree is refreshed, and the browser console shows an appropriate message.

See also:

HieTreeView