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