Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Overlay.SourceOrderConfig

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Overlay.SourceOrderConfig
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { SourceOrderConfig } = Protocol.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.