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 > HighlightQuadRequest
Protocol.Overlay.HighlightQuadRequest interface
Signature:
export interface HighlightQuadRequest
Properties
Property | Type | Description |
---|---|---|
color | DOM.RGBA | The highlight fill color (default: transparent). |
outlineColor | DOM.RGBA | The highlight outline color (default: transparent). |
quad | DOM.Quad | Quad to highlight |