Type defining parameters of a single notification
Message which should be presented to the user
Severity of the message, which could change for example color of the notification
Function for creating global notification context. This function should be called exactly once through the whole application. The notification context uses global event context, so it should be created after the event context.
Global event context, which will be used by the notification context
Global notification context
Generated using TypeDoc
This file defines context for notifying user by snackbar notification.