19 lines
840 B
Markdown
19 lines
840 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) > [SetShowGridOverlaysRequest](./puppeteer.protocol.overlay.setshowgridoverlaysrequest.md)
|
||
|
|
||
|
## Protocol.Overlay.SetShowGridOverlaysRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface SetShowGridOverlaysRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [gridNodeHighlightConfigs](./puppeteer.protocol.overlay.setshowgridoverlaysrequest.gridnodehighlightconfigs.md) | [GridNodeHighlightConfig](./puppeteer.protocol.overlay.gridnodehighlightconfig.md)<!-- -->\[\] | An array of node identifiers and descriptors for the highlight appearance. |
|
||
|
|