JavaScripture
Contribute via GitHub Feedback

DOMRectList : Object

Instance Indexers

this[index : Number] : DOMRect  

Returns the DOMRect at the specified index. You can also use the item() method to retrieve the item.

Instance Properties

length : Number

The number of DOMRects in the list.

Instance Methods

item(index : Number) : DOMRect