Skip to content

LoadingIndicator

Configure the loading indicator shown at the initial page loading.


When assigning a rule to a property of LoadingIndicator, the rule will be passed an instance from one of the following proxy classes as an argument:


LoadingIndicator Properties

Property Type Required Default
Enabled boolean No false
Text string No ""

Enabled

Show or hide loading indicator when shown at the initial page loading.

  • type: boolean

  • default: false


Text

Text to show under the loading indicator. Only applicable when Enabled is set to true.

  • type: string

  • default: ""