Skip to main content
Module

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

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Overlay.IsolationModeHighlightConfig
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { IsolationModeHighlightConfig } = Protocol.Overlay;

Properties

optional
resizerColor: DOM.RGBA

The fill color of the resizers (default: transparent).

optional
resizerHandleColor: DOM.RGBA

The fill color for resizer handles (default: transparent).

optional
maskColor: DOM.RGBA

The fill color for the mask covering non-isolated elements (default: transparent).