Skip to main content

CANotificationLevel

@spartanfx/react v1.2.2


@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.