Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>LayerTree_ScrollRect

A high-level puppeteer/playwright-like library for Deno
Latest
type alias LayerTree_ScrollRect
import { type LayerTree_ScrollRect } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

Rectangle where scrolling happens on the main thread.

definition: { rect: DOM_Rect; type: "RepaintsOnScroll" | "TouchEventHandler" | "WheelEventHandler"; }