Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Overlay.SourceOrderConfig
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.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.