NotificationType
Enum capturing possible error levels for toast notifications that can be shown in the client
enum NotificationType {
ERROR
SUCCESS
WARNING
}
Values
NotificationType.ERROR
NotificationType.SUCCESS
NotificationType.WARNING
Member of
NotificationToast
object