Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.Overlay.HighlightSourceOrderRequest
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { HighlightSourceOrderRequest } = Protocol.Overlay;

Properties

sourceOrderConfig: SourceOrderConfig

A descriptor for the appearance of the overlay drawing.

optional
nodeId: DOM.NodeId

Identifier of the node to highlight.

optional
backendNodeId: DOM.BackendNodeId

Identifier of the backend node to highlight.

optional
objectId: Runtime.RemoteObjectId

JavaScript object id of the node to be highlighted.