Thème
Superviseur — Frontend v0.14.0
Superviseur — Frontend / types/notification.types / Notification
Interface: Notification
Défini dans: types/notification.types.ts:9
Représente un objet notification affiché à l'écran.
Propriétés
| Propriété | Type | Description | Défini dans |
|---|---|---|---|
id | number | Identifiant unique de la notification. | types/notification.types.ts:11 |
message | string | Message textuel de la notification. | types/notification.types.ts:13 |
type | NotificationType | Type/Niveau de la notification. | types/notification.types.ts:15 |
autoClose | boolean | Indique si la notification doit se fermer automatiquement après un délai. | types/notification.types.ts:17 |
progress? | number | Pourcentage de progression ou durée de vie restante. | types/notification.types.ts:19 |