--- title: Notification.onshow slug: Web/API/Notification/onshow tags: - API - DOM - Notification - Notifications - Notifications API - Property - Reference - onshow - プロパティ - 通知 translation_of: Web/API/Notification/onshow ---
{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}
onshow
は {{domxref("Notification")}} インターフェイスのプロパティで、 {{domxref("Element/show_event", "show")}} イベントを受信するイベントリスナーを指定します。これらのイベントは {{domxref("Notification")}} が表示されるときに発生します。
Notification.onshow = function() { ... };
{{Compat("api.Notification.onshow")}}