progressShow()
shows the progress bar in the Layout container
A progress bar is a visual component which informs users that the content is loading or updating
progressShow(): void;
Example
layout.progressShow();
Change log:
Added in v8.0
Related sample: Layout. Spinner (busy indicator/ progress bar) for Layout and its cells
Related article: Showing/hiding a progress bar