import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SetNodeNameRequest } = Protocol.DOM;
Properties
nodeId: NodeId
Id of the node to set name for.
x/pptr/vendor/devtools-protocol/protocol.d.ts>Protocol.DOM.SetNodeNameRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SetNodeNameRequest } = Protocol.DOM;
Id of the node to set name for.