Skip to content

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éTypeDescriptionDéfini dans
idnumberIdentifiant unique de la notification.types/notification.types.ts:11
messagestringMessage textuel de la notification.types/notification.types.ts:13
typeNotificationTypeType/Niveau de la notification.types/notification.types.ts:15
autoClosebooleanIndique si la notification doit se fermer automatiquement après un délai.types/notification.types.ts:17
progress?numberPourcentage de progression ou durée de vie restante.types/notification.types.ts:19

Documentation Technique