Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>IntersectionObserverEntry

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface IntersectionObserverEntry
import { type IntersectionObserverEntry } from "https://deno.land/x/windmill@v1.73.1/node_modules/evt/lib/types/lib.dom.d.ts";

This Intersection Observer API interface describes the intersection between the target element and its root container at a specific moment of transition.

Properties

readonly
boundingClientRect: DOMRectReadOnly
readonly
intersectionRatio: number
readonly
intersectionRect: DOMRectReadOnly
readonly
isIntersecting: boolean
readonly
rootBounds: DOMRectReadOnly | null
readonly
target: Element
readonly
time: number