webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
IntersectionObserverEntry Interface Reference

import"IntersectionObserverEntry.idl";

Public Attributes

readonly attribute DOMHighResTimeStamp time
 
readonly attribute DOMRectReadOnly rootBounds
 
readonly attribute DOMRectReadOnly boundingClientRect
 
readonly attribute DOMRectReadOnly intersectionRect
 
readonly attribute double intersectionRatio
 
readonly attribute Element target
 

Member Data Documentation

◆ boundingClientRect

readonly attribute DOMRectReadOnly IntersectionObserverEntry::boundingClientRect

◆ intersectionRatio

readonly attribute double IntersectionObserverEntry::intersectionRatio

◆ intersectionRect

readonly attribute DOMRectReadOnly IntersectionObserverEntry::intersectionRect

◆ rootBounds

readonly attribute DOMRectReadOnly IntersectionObserverEntry::rootBounds

◆ target

readonly attribute Element IntersectionObserverEntry::target

◆ time

readonly attribute DOMHighResTimeStamp IntersectionObserverEntry::time

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