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