IntersectionObserverEntry 类
- 注解
-
- @Native("IntersectionObserverEntry")
属性
- boundingClientRect → DomRectReadOnly?
-
没有 setter
- hashCode → int
- 该对象的哈希码。没有 setter继承的
- intersectionRatio → num?
-
没有 setter
- intersectionRect → DomRectReadOnly?
-
没有 setter
- isIntersecting → bool?
-
没有 setter
- rootBounds → DomRectReadOnly?
-
没有 setter
- runtimeType → Type
- 对象运行时类型的表示。没有 setter继承的
- target → Element?
-
没有 setter
- time → num?
-
没有 setter
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的属性或方法时调用。继承的
-
toString(
) → String - 该对象的字符串表示。继承的
运算符
-
operator ==(
Object other) → bool - 等于运算符。继承的