import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { GetRelayoutBoundaryResponse } = Protocol.DOM;
Properties
nodeId: NodeId
Relayout boundary node id for the given node.
x/pptr/vendor/devtools-protocol/protocol.d.ts>Protocol.DOM.GetRelayoutBoundaryResponse
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { GetRelayoutBoundaryResponse } = Protocol.DOM;
Relayout boundary node id for the given node.