ViewContainerBase.refresh Method

If the view ID and view type are set, calling this will cause the iframe to reload with the given properties. Since this is a full page load, it should be called with caution. This must be called at least once after setting all the properties. This call will also apply the view parameters with the load, if any are affecting it. To track when this refresh is finished, the control.viewReady event can be used.
 

Parameters

showLoading

Type: Boolean
A flag indicating whether or not a manual loading on this element should be shown. By default, this option is true (if disableLoadingScreen is set to false).
Optional: True