LoadingIndicator¶
Configure the loading indicator shown at the initial page loading.
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:
""