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

x/astral/bindings/celestial.ts>LayerTree_StickyPositionConstraint

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

Sticky position constraints.

definition: { stickyBoxRect: DOM_Rect; containingBlockRect: DOM_Rect; nearestLayerShiftingStickyBox?: LayerTree_LayerId; nearestLayerShiftingContainingBlock?: LayerTree_LayerId; }