Status Module
The Status Module is a general-purpose module that can be used by any module to show a status message. There are generally two status types:
-
Those that ask the user to perform an action. This message is shown with a static (non-animated) icon and text to instruct the user to perform a task, for example, to drag a rectangle on the map.
-
Those that indicate that the application is currently working. This message is shown with an animated icon and a message that indicates that the application is working. For example, to show the map loading status.
Configuration Properties
Module
-
busyIcon
: The URI of an image. It can be used to show a busy icon in the status message.
Views
-
StatusIndicatorView
: Noconfiguration
properties -
StatusMessageView
: Noconfiguration
properties
View Models
-
StatusMessageViewModel
: Noconfiguration
properties