From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/notification/actions/index.html | 61 ++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 files/ja/web/api/notification/actions/index.html (limited to 'files/ja/web/api/notification/actions') diff --git a/files/ja/web/api/notification/actions/index.html b/files/ja/web/api/notification/actions/index.html new file mode 100644 index 0000000000..3e09e63f18 --- /dev/null +++ b/files/ja/web/api/notification/actions/index.html @@ -0,0 +1,61 @@ +--- +title: Notification.actions +slug: Web/API/Notification/actions +tags: + - API + - DOM + - Notification + - Notifications + - Notifications API + - Property + - Reference + - actions + - プロパティ + - 通知 +translation_of: Web/API/Notification/actions +--- +

{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}

+ +

actions は {{domxref("Notification")}} インターフェイスの読取専用プロパティで、 {{domxref("Notification.Notification","Notification()")}} コンストラクターの actions オプションで指定された {{domxref("NotificationAction")}} オブジェクトのリストを返します。これは、通知のコンテキストでユーザーが直接選択することができる、アプリケーション定義のアクションのリストです。

+ +
+

注: 端末やユーザーエージェントによっては、 (例えば、画面の空間の制約により) 限られた数のアクションしか表示できないことがあります。この制限は {{DOMxRef("Notification.maxActions")}} で推測することができます。

+
+ +

構文

+ +
var actions[] = Notification.actions;
+ +

+ +

{{domxref("NotificationAction")}} オブジェクトの読取専用の配列で、それぞれの要素が通知の中でユーザーが選択することができる単一のアクションを記述したものです。

+ +

仕様書

+ + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('Web Notifications','#dom-notification-actions','actions')}}{{Spec2('Web Notifications')}}Living standard
+ +

ブラウザーの互換性

+ + + +

{{Compat("api.Notification.actions")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf