blob: edba5f1c6baa019bbcae0b25cea656afb8894162 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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}}
|