haxeui/haxeui-core

View on GitHub
haxe/ui/notifications/NotificationType.hx

Summary

Maintainability
Test Coverage
package haxe.ui.notifications;

enum NotificationType {
    Default;
    Info;
    Warning;
    Error;
    Success;
}