/// Structure passed as a parameter to the callback on the `on_intersect` event.
///
/// Mirrors a single `IntersectionObserverEntry` from the browser
/// IntersectionObserver API. The bounding box fields describe the observed
/// element's `boundingClientRect` (in CSS pixels) at the time the callback
/// fired.