IntersectionObserverEntry class

Annotations
  • @DocsEditable()
  • @DomName('IntersectionObserverEntry')
  • @Experimental()
  • @Native("IntersectionObserverEntry")

Properties

boundingClientRect DomRectReadOnly
@DocsEditable(), @DomName('IntersectionObserverEntry.boundingClientRect'), @Experimental(), final
intersectionRatio num
@DocsEditable(), @DomName('IntersectionObserverEntry.intersectionRatio'), @Experimental(), final
intersectionRect DomRectReadOnly
@DocsEditable(), @DomName('IntersectionObserverEntry.intersectionRect'), @Experimental(), final
isIntersecting bool
@DocsEditable(), @DomName('IntersectionObserverEntry.isIntersecting'), @Experimental(), final
rootBounds DomRectReadOnly
@DocsEditable(), @DomName('IntersectionObserverEntry.rootBounds'), @Experimental(), final
target Element
@DocsEditable(), @DomName('IntersectionObserverEntry.target'), @Experimental(), final
time num
@DocsEditable(), @DomName('IntersectionObserverEntry.time'), @Experimental(), final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited