import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SetInspectedNodeRequest } = Protocol.DOM;
Properties
nodeId: NodeId
DOM node id to be accessible by means of $x command line API.
x/pptr/vendor/devtools-protocol/protocol.d.ts>Protocol.DOM.SetInspectedNodeRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SetInspectedNodeRequest } = Protocol.DOM;
DOM node id to be accessible by means of $x command line API.