mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > Overlay > HingeConfig
Protocol.Overlay.HingeConfig interface
Configuration for dual screen hinge
Signature:
export interface HingeConfig
Properties
Property | Type | Description |
---|---|---|
contentColor | DOM.RGBA | The content box highlight fill color (default: a dark color). |
outlineColor | DOM.RGBA | The content box highlight outline color (default: transparent). |
rect | DOM.Rect | A rectangle represent hinge |