array storing all displayed notifications
default dismiss time in milliseconds
constant to indicate that the notification should not be automatically dismissed after some time
Message that shows the "document not found" when using "showModal" for example on search results.
Message ID for error messages
Message that was created by file uploader
Message that was created by login/register mask
Message ID for 'show more results' message
Message ID for 'copied to clipboard' message
constant for notification type to show an error
constant for notification type to show a information message
constant for notification type to indicate a successful operation
constant for notification type to show a warning
Creates an error notification out of an IErrorResult and displays it. This notification will not be closed after DEFAULT_DISMISS.
error response received from a AJAX call for example.
Adds a notification and displays it.
Notification description.
Dismisses the notification with the given index.
index of the notification to dismiss
Returns all notifications that are currently displayed.
Generated using TypeDoc
Service to handle notifications to the user.