import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { GetContainerForNodeResponse } = Protocol.DOM;
Properties
optional
nodeId: NodeIdThe container node for the given node, or null if not found.
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { GetContainerForNodeResponse } = Protocol.DOM;
The container node for the given node, or null if not found.