Methods
(inner) clearMessages(target) → {void}
Clears the notification or log buffer
Parameters:
Name | Type | Description |
---|---|---|
target |
Node | triggering element |
- Source:
Returns:
- Type
- void
(inner) initModalNotifications() → {void}
Initialization function for the notification modal elements
- Source:
Returns:
- Type
- void
(inner) refreshMessages(target) → {void}
Refreshes the notification or log overview
Parameters:
Name | Type | Description |
---|---|---|
target |
Node | triggering element |
- Source:
Returns:
- Type
- void
(inner) showLogs() → {void}
Lists the logs in the modalNotificationsLogs element
- Source:
Returns:
- Type
- void
(inner) showMessages() → {void}
Lists the messages in the modalNotificationsList element
- Source:
Returns:
- Type
- void