Provides methods to display any sort of messages, notifications, errors, etc. Requires Bootstrap library (both CSS and JS) to display the alerts properly.
Clears all messages that are currently being shown.
Display the given error message or list of error messages.
Message or list of messages.
Display the given info message or list of info messages.
Message or list of messages.
Message.
Display the given success message or list of success messages.
Message or list of messages.
Display the given warning message or list of warning messages.
Message or list of messages.
Generated using TypeDoc
Provides methods to display any sort of messages, notifications, errors, etc. Requires Bootstrap library (both CSS and JS) to display the alerts properly.