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

x/astral/bindings/celestial.ts>LayerTree_Layer

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

Information about a compositing layer.

definition: { layerId: LayerTree_LayerId; parentLayerId?: LayerTree_LayerId; backendNodeId?: DOM_BackendNodeId; offsetX: number; offsetY: number; width: number; height: number; transform?: number[]; anchorX?: number; anchorY?: number; anchorZ?: number; paintCount: number; drawsContent: boolean; invisible?: boolean; scrollRects?: LayerTree_ScrollRect[]; stickyPositionConstraint?: LayerTree_StickyPositionConstraint; }