--- title: Notification.title slug: Web/API/notification/title tags: - API - API Notifications - Notification - Notifications - Propriété - Reference - Title - Titre translation_of: Web/API/Notification/title ---
{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}
La propriété en lecture seule title
de l'interface {{domxref ("Notification")}} indique le titre de la notification, comme définis à l'aide de l'option silent
lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification", "Notification()") }} constructeur.
Notification.title
Une {{domxref("DOMString")}}.
Spécification | État | Commentaire |
---|---|---|
{{SpecName('Web Notifications','#dom-notification-title','title')}} | {{Spec2('Web Notifications')}} | Living standard |
{{Compat("api.Notification.title")}}