Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Overlay.IsolationModeHighlightConfig
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { IsolationModeHighlightConfig } = default.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).