activityIndicator
Displays a spinning indicator and a title.
Overview
Use the activityIndicator to show your users that some sort of activity is taking place. The activity indicator is mostly used to show users that content is currently loading. Here’s an example that displays an activity indicator inside of a loading page.
<loadingTemplate>
<activityIndicator>
<title>Loading requested page</title>
</activityIndicator>
</loadingTemplate>