Skip to main content

interface DOMRect

unstable

A DOMRect describes the size and position of a rectangle.

MDN

Properties #

#height: number

The height property of the DOMRect interface represents the height of the rectangle. The value can be negative.

MDN Reference

#width: number

The width property of the DOMRect interface represents the width of the rectangle. The value can be negative.

MDN Reference

#x: number

The x property of the DOMRect interface represents the x-coordinate of the rectangle, which is the horizontal distance between the viewport's left edge and the rectangle's origin.

MDN Reference

#y: number

The y property of the DOMRect interface represents the y-coordinate of the rectangle, which is the vertical distance between the viewport's top edge and the rectangle's origin.

MDN Reference

Did you find what you needed?

Privacy policy