Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.Overlay.BoxStyle
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { BoxStyle } = Protocol.Overlay;

Style information for drawing a box.

Properties

optional
fillColor: DOM.RGBA

The background color for the box (default: transparent)

optional
hatchColor: DOM.RGBA

The hatching color for the box (default: transparent)