Show:

I am the InterfaceModal module.

I provide the most basic UI:

  • display status messages
  • display loading indicators
  • display user dialogs

Methods

hideLoadingScreen

()

I hide the loading screen.

hideMessage

(
  • delay
)

I hide all messages. I do this immediatly, unless a delay is set, in which case I remove the messages after the delay in milliseconds.

Parameters:

setLoadingTitle

(
  • title
)

I set the loading screen title to either the hypervideo name or the project name.

Parameters:

showErrorMessage

(
  • msg
)

I show a error message.

Parameters:

showLoadingScreen

()

I show the loading screen.

showStatusMessage

(
  • msg
)

I show a status message.

Parameters:

showSuccessMessage

(
  • msg
)

I show a success message.

Parameters: