@jimka/typescript-ui / core / NotificationType
Type Alias: NotificationType
ts
type NotificationType = "info" | "success" | "warning" | "error";Defined in: src/typescript/lib/core/Notification.ts:27
The visual severity of a notification.