puppeteer/new-docs/puppeteer.protocol.overlay.sourceorderconfig.md

22 lines
966 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Overlay](./puppeteer.protocol.overlay.md) &gt; [SourceOrderConfig](./puppeteer.protocol.overlay.sourceorderconfig.md)
## Protocol.Overlay.SourceOrderConfig interface
Configuration data for drawing the source order of an elements children.
<b>Signature:</b>
```typescript
export interface SourceOrderConfig
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [childOutlineColor](./puppeteer.protocol.overlay.sourceorderconfig.childoutlinecolor.md) | [DOM.RGBA](./puppeteer.protocol.dom.rgba.md) | the color to outline the child elements in. |
| [parentOutlineColor](./puppeteer.protocol.overlay.sourceorderconfig.parentoutlinecolor.md) | [DOM.RGBA](./puppeteer.protocol.dom.rgba.md) | the color to outline the givent element in. |