Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 514 Bytes

index.md

File metadata and controls

25 lines (17 loc) · 514 Bytes
title short-title slug page-type browser-compat
UIEvent: view property
view
Web/API/UIEvent/view
web-api-instance-property
api.UIEvent.view

{{APIRef("UI Events")}}

The UIEvent.view read-only property returns the {{glossary("WindowProxy")}} object from which the event was generated. In browsers, this is the {{ domxref("Window") }} object the event happened in.

Value

A reference to an AbstractView object.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}