Skip to main content
Module

x/evt/lib/types/lib.dom.ts>IntersectionObserverEntryInit

💧EventEmitter's typesafe replacement
Go to Latest
interface IntersectionObserverEntryInit
import { type IntersectionObserverEntryInit } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

Properties

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