--- title: Notification.image slug: Web/API/Notification/image tags: - API - DOM - Image - Notification - Notifications - Notifications API - Property - Reference - プロパティ - 通知 translation_of: Web/API/Notification/image ---
{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}
image
は {{domxref("Notification")}} インターフェイスの読取専用プロパティで、 {{domxref("Notification.Notification","Notification()")}} コンストラクターの image
オプションで指定された、通知の一部として表示される画像の URL を含みます。
var image = Notification.image;
{{domxref("USVString")}} です。
仕様書 | 状態 | 備考 |
---|---|---|
{{SpecName('Web Notifications','#image-resource','image')}} | {{Spec2('Web Notifications')}} | Living standard |
{{Compat("api.Notification.image")}}