puppeteer/new-docs/puppeteer.protocol.overlay.highlightnoderequest.md
2020-07-13 14:01:35 +01:00

23 lines
1.4 KiB
Markdown

<!-- 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; [HighlightNodeRequest](./puppeteer.protocol.overlay.highlightnoderequest.md)
## Protocol.Overlay.HighlightNodeRequest interface
<b>Signature:</b>
```typescript
export interface HighlightNodeRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [backendNodeId](./puppeteer.protocol.overlay.highlightnoderequest.backendnodeid.md) | [DOM.BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | Identifier of the backend node to highlight. |
| [highlightConfig](./puppeteer.protocol.overlay.highlightnoderequest.highlightconfig.md) | [HighlightConfig](./puppeteer.protocol.overlay.highlightconfig.md) | A descriptor for the highlight appearance. |
| [nodeId](./puppeteer.protocol.overlay.highlightnoderequest.nodeid.md) | [DOM.NodeId](./puppeteer.protocol.dom.nodeid.md) | Identifier of the node to highlight. |
| [objectId](./puppeteer.protocol.overlay.highlightnoderequest.objectid.md) | [Runtime.RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) | JavaScript object id of the node to be highlighted. |
| [selector](./puppeteer.protocol.overlay.highlightnoderequest.selector.md) | string | Selectors to highlight relevant nodes. |