mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
966 B
Markdown
22 lines
966 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) > [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. |
|
||
|
|