Class: loadingView

functions~ loadingView

new loadingView() → {object}

The LoadingView. Will count internally how often it was called. You have to close them synchronously
Source:
Returns:
loadingView
Type
object
Examples
(new loadingView()).show()
(new loadingView()).hide()

Methods

hide()

Hide the loading view. Or at least count down when multiple views have been called.
Source:

show(extraText)

Show the loading view
Parameters:
Name Type Description
extraText string Optional text that should be displayed
Source: