import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { HighlightSourceOrderRequest } = default.Overlay;
Properties
sourceOrderConfig: SourceOrderConfig
A descriptor for the appearance of the overlay drawing.
optional
nodeId: DOM.NodeIdIdentifier of the node to highlight.
optional
backendNodeId: DOM.BackendNodeIdIdentifier of the backend node to highlight.
optional
objectId: Runtime.RemoteObjectIdJavaScript object id of the node to be highlighted.