[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Overlay](./puppeteer.protocol.overlay.md) > [HighlightNodeRequest](./puppeteer.protocol.overlay.highlightnoderequest.md) ## Protocol.Overlay.HighlightNodeRequest interface Signature: ```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. |