import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { PushNodesByBackendIdsToFrontendRequest } = Protocol.DOM;
Properties
backendNodeIds: BackendNodeId[]
The array of backend node ids.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { PushNodesByBackendIdsToFrontendRequest } = Protocol.DOM;
The array of backend node ids.