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

Style information for drawing a line.

Properties

optional
color: DOM.RGBA

The color of the line (default: transparent)

optional
pattern: ("dashed" | "dotted")

The line pattern (default: solid) (LineStylePattern enum)