19 lines
788 B
Markdown
19 lines
788 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) > [GetSourceOrderHighlightObjectForTestResponse](./puppeteer.protocol.overlay.getsourceorderhighlightobjectfortestresponse.md)
|
||
|
|
||
|
## Protocol.Overlay.GetSourceOrderHighlightObjectForTestResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface GetSourceOrderHighlightObjectForTestResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [highlight](./puppeteer.protocol.overlay.getsourceorderhighlightobjectfortestresponse.highlight.md) | any | Source order highlight data for the node id provided. |
|
||
|
|