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

Configuration for dual screen hinge

Properties

rect: DOM.Rect

A rectangle represent hinge

optional
contentColor: DOM.RGBA

The content box highlight fill color (default: a dark color).

optional
outlineColor: DOM.RGBA

The content box highlight outline color (default: transparent).