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

x/astral/bindings/celestial.ts>PerformanceTimeline_LayoutShiftAttribution

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias PerformanceTimeline_LayoutShiftAttribution
import { type PerformanceTimeline_LayoutShiftAttribution } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";
definition: { previousRect: DOM_Rect; currentRect: DOM_Rect; nodeId?: DOM_BackendNodeId; }