CANotificationLevel
@spartanfx/react / codeapps / CANotificationLevel
Type Alias: CANotificationLevel
type CANotificationLevel = "info" | "success" | "warning" | "error";
Notification level emitted by hook side-effects (toasts, banners, etc.).
Consumers translate these to their own UI system via the onNotify
callback in the hook config.