item

fun item(index: Int): DOMRect?(source)

The DOMRectList method item() returns the DOMRect at the specified index within the list, or null if the index is out of range.

MDN Reference