NssLoadingIndicator
This component provide a simple audio player to play sound fx.
How to use
ES6 module import
For NssUiApi
usage, please see the README.md of the nss_libs/ui
folder.
Alternative example of direct ES6 module import:
Creating loading indicator
Hint: If you use overlapping loading indicators, then create a new instance for each loading indicator.
Methods
show()
Returns a promise which is resolved when the loading indicator is fully shown.hide()
Returns a promise which is resolved when the loading indicator is fully hidden (and destroyed).
Last updated