mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
49f25e2412
This corresponds to Chromium 87.0.4272.0 This roll includes: - Reland "idle-detection: Implement requestPermission() method" (crrev.com/c/2417779)
14 lines
617 B
Markdown
14 lines
617 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [GridHighlightConfig](./puppeteer.protocol.overlay.gridhighlightconfig.md) > [gridBackgroundColor](./puppeteer.protocol.overlay.gridhighlightconfig.gridbackgroundcolor.md)
|
|
|
|
## Protocol.Overlay.GridHighlightConfig.gridBackgroundColor property
|
|
|
|
The grid container background color (Default: transparent).
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
gridBackgroundColor?: DOM.RGBA;
|
|
```
|