view Event Property
THE WORLD'S LARGEST WEB DEVELOPER SITE

view Event Property

❮ Event Object

Example

Get the event view:

var x = event.view;

The result of x will be:

[object Window]
Try it Yourself »

Definition and Usage

The view event property returns a reference to the Window object where the event occured.


Browser Support

The numbers in the table specify the first browser version that fully supports the property.

Property
view Yes 9.0 Yes Yes Yes

Syntax

event.view

Technical Details

Return Value: A reference to the Window object
DOM Version: DOM Level 2 Events

❮ Event Object