Skip to main content
Go to Latest
interface default.Overlay.SourceOrderConfig
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SourceOrderConfig } = default.Overlay;

Configuration data for drawing the source order of an elements children.

Properties

parentOutlineColor: DOM.RGBA

the color to outline the givent element in.

childOutlineColor: DOM.RGBA

the color to outline the child elements in.