Module

x/fresh/tests/deps.ts>puppeteer.DOM.MoveToRequest

The next-gen web framework.
Extremely Popular
Go to Latest
interface puppeteer.DOM.MoveToRequest
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { MoveToRequest } = puppeteer.DOM;

Properties

nodeId: NodeId

Id of the node to move.

targetNodeId: NodeId

Id of the element to drop the moved node into.

optional
insertBeforeNodeId: NodeId

Drop node before this one (if absent, the moved node becomes the last child of targetNodeId).