aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/uievent
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/uievent')
-rw-r--r--files/ja/web/api/uievent/view/index.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/ja/web/api/uievent/view/index.md b/files/ja/web/api/uievent/view/index.md
new file mode 100644
index 0000000000..edba5f1c6b
--- /dev/null
+++ b/files/ja/web/api/uievent/view/index.md
@@ -0,0 +1,33 @@
+---
+title: UIEvent.view
+slug: Web/API/UIEvent/view
+tags:
+ - API
+ - DOM
+ - NeedsLiveExample
+ - プロパティ
+ - 読み取り専用
+ - リファレンス
+ - UIEvent
+browser-compat: api.UIEvent.view
+translation_of: Web/API/UIEvent/view
+---
+{{APIRef("DOM Events")}}
+
+**`UIEvent.view`** は読み取り専用のプロパティで、イベントを生成したものの {{domxref("WindowProxy")}} オブジェクトを返します。ブラウザーでは、これはイベントが発行された {{ domxref("Window") }} です。
+
+## 構文
+
+```js
+var view = event.view;
+```
+
+- `view` は `AbstractView` オブジェクトの参照です。
+
+## 仕様書
+
+{{Specifications}}
+
+## ブラウザーの互換性
+
+{{Compat}}