Skip to content

Superviseur — Frontend v0.14.0


Superviseur — Frontend / types/notification.types / NotificationType

Alias de type: NotificationType

ts
type NotificationType = "info" | "success" | "warning" | "error" | "alarm";

Défini dans: types/notification.types.ts:4

Type ou niveau de gravité d'une notification d'affichage.

Documentation Technique