62ac167339
* roll Chromium to version 86, r800071 * roll Chrome DevTools protocol version to 0.0.799653 * fix HTTPRequest.continue after * CDP: accept post data in the binary form in Fetch.continueRequest. https://chromium-review.googlesource.com/c/chromium/src/+/2315239 * update new-docs
22 lines
1.4 KiB
Markdown
22 lines
1.4 KiB
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) > [HighlightSourceOrderRequest](./puppeteer.protocol.overlay.highlightsourceorderrequest.md)
|
|
|
|
## Protocol.Overlay.HighlightSourceOrderRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface HighlightSourceOrderRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [backendNodeId](./puppeteer.protocol.overlay.highlightsourceorderrequest.backendnodeid.md) | [DOM.BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | Identifier of the backend node to highlight. |
|
|
| [nodeId](./puppeteer.protocol.overlay.highlightsourceorderrequest.nodeid.md) | [DOM.NodeId](./puppeteer.protocol.dom.nodeid.md) | Identifier of the node to highlight. |
|
|
| [objectId](./puppeteer.protocol.overlay.highlightsourceorderrequest.objectid.md) | [Runtime.RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) | JavaScript object id of the node to be highlighted. |
|
|
| [sourceOrderConfig](./puppeteer.protocol.overlay.highlightsourceorderrequest.sourceorderconfig.md) | [SourceOrderConfig](./puppeteer.protocol.overlay.sourceorderconfig.md) | A descriptor for the appearance of the overlay drawing. |
|
|
|