19 lines
666 B
Markdown
19 lines
666 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) > [SetShowPaintRectsRequest](./puppeteer.protocol.overlay.setshowpaintrectsrequest.md)
|
||
|
|
||
|
## Protocol.Overlay.SetShowPaintRectsRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface SetShowPaintRectsRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [result](./puppeteer.protocol.overlay.setshowpaintrectsrequest.result.md) | boolean | True for showing paint rectangles |
|
||
|
|