getWhereIsEmpty ();
The getWhereIsEmpty method determines whether to load elements containing no data.
Executing the example requires to create a service used to work with time series, to get a workbook instance from time series database (see MetaHierarchy.ChildEls) and add the following code in the document open event handler:
console.log("Get whether elements, which are set to be empty, should be loaded"); var isEmpty = hie.getWhereIsEmpty(); console.log(isEmpty);
After executing the example the browser console shows a parameter that determines whether to load elements that contain no data:
0
See also: