Skip to main content
Module

x/commandis/mod.ts>dom.IntersectionObserverEntryInit

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.IntersectionObserverEntryInit
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { IntersectionObserverEntryInit } = dom;

Properties

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