webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Member Functions | Public Attributes | List of all members
DOMRectReadOnly Interface Reference

import"DOMRectReadOnly.idl";

Inheritance diagram for DOMRectReadOnly:
DOMRect

Static Public Member Functions

static DOMRectReadOnly fromRect (optional DOMRectInit other)
 

Public Attributes

readonly attribute unrestricted double x
 
readonly attribute unrestricted double y
 
readonly attribute unrestricted double width
 
readonly attribute unrestricted double height
 
readonly attribute unrestricted double top
 
readonly attribute unrestricted double right
 
readonly attribute unrestricted double bottom
 
readonly attribute unrestricted double left
 
 serializer = { attribute }
 

Member Function Documentation

◆ fromRect()

static DOMRectReadOnly DOMRectReadOnly::fromRect ( optional DOMRectInit  other)
static

Implemented in DOMRect.

Member Data Documentation

◆ bottom

readonly attribute unrestricted double DOMRectReadOnly::bottom

◆ height

readonly attribute unrestricted double DOMRectReadOnly::height

◆ left

readonly attribute unrestricted double DOMRectReadOnly::left

◆ right

readonly attribute unrestricted double DOMRectReadOnly::right

◆ serializer

DOMRectReadOnly::serializer = { attribute }

◆ top

readonly attribute unrestricted double DOMRectReadOnly::top

◆ width

readonly attribute unrestricted double DOMRectReadOnly::width

◆ x

readonly attribute unrestricted double DOMRectReadOnly::x

◆ y

readonly attribute unrestricted double DOMRectReadOnly::y

The documentation for this interface was generated from the following file: