pub(crate) type IntersectionObserverEntryInit = IntersectionObserverEntryInit<DomTypeHolder>;
Aliased Type§
pub(crate) struct IntersectionObserverEntryInit {
pub boundingClientRect: DOMRectInit,
pub intersectionRatio: Finite<f64>,
pub intersectionRect: DOMRectInit,
pub isIntersecting: bool,
pub isVisible: bool,
pub rootBounds: DOMRectInit,
pub target: Root<Dom<Element>>,
pub time: Finite<f64>,
}
Fields§
§boundingClientRect: DOMRectInit
§intersectionRatio: Finite<f64>
§intersectionRect: DOMRectInit
§isIntersecting: bool
§isVisible: bool
§rootBounds: DOMRectInit
§target: Root<Dom<Element>>
§time: Finite<f64>