IsDataLoading: Boolean;
The IsDataLoading property determines whether all tree model elements are loaded.
Available values:
true. Not all model elements are loaded (default).
false. All model elements are loaded.
Use the setIsDataLoading method to set the property value, and the getIsDataLoading method to get the property value. Value cannot be set from JSON.
The example of property use is given in description of the MetaSource.getElems method.
See also: